diff --git a/operations/aws-kms-unseal/terraform-aws/README.md b/operations/aws-kms-unseal/terraform-aws/README.md index 64613fe5..be54f7b1 100644 --- a/operations/aws-kms-unseal/terraform-aws/README.md +++ b/operations/aws-kms-unseal/terraform-aws/README.md @@ -1,6 +1,6 @@ # Vault Auto-unseal using AWS KMS -These assets are provided to perform the tasks described in the [Vault Auto-unseal with AWS KMS](https://www.vaultproject.io/guides/operations/autounseal-aws-kms.html) guide. +These assets are provided to perform the tasks described in the [Vault Auto-unseal with AWS KMS](https://learn.hashicorp.com/vault/operations/ops-autounseal-aws-kms) guide. --- @@ -35,11 +35,8 @@ $ vault status # Initialize Vault $ vault operator init -stored-shares=1 -recovery-shares=1 -recovery-threshold=1 -key-shares=1 -key-threshold=1 -# Stop the Vault server -$ sudo systemctl stop vault - # Restart the Vault server -$ sudo systemctl start vault +$ sudo systemctl restart vault # Check to verify that the Vault is auto-unsealed $ vault status diff --git a/operations/aws-kms-unseal/terraform-aws/instance.tf b/operations/aws-kms-unseal/terraform-aws/instance.tf index 2b605fba..74817f1d 100644 --- a/operations/aws-kms-unseal/terraform-aws/instance.tf +++ b/operations/aws-kms-unseal/terraform-aws/instance.tf @@ -65,7 +65,7 @@ data "template_file" "format_ssh" { output "connections" { value = <