We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b146b1 commit 3b41242Copy full SHA for 3b41242
quick-start/README.md
@@ -1,6 +1,8 @@
1
# Vault Lambda extension Quick Start
2
3
-Creates the infrastructure required for running a demo of the Vault Lambda extension:
+Creates the infrastructure required for running a demo of the Vault Lambda extension.
4
+All of the infrastructure is created in `us-east-1` by default, unless you
5
+specify `-var aws_region=...` during `terraform apply`.
6
7
* An EC2 instance with a vault server running on it with auto-unseal from KMS
8
* A new SSH key pair used to SSH into the instance
@@ -21,7 +23,7 @@ purposes only.**
21
23
* Golang
22
24
* Terraform
25
* AWS account with access key ID and secret access key
-* AWS CLI configured with the same account
26
+* AWS CLI v2 configured with the same account
27
28
## Usage
29
0 commit comments