... | ... | @@ -35,7 +35,7 @@ Next you'll create 2 users accounts, one that will manage the infrastructure and |
|
|
5. [Create an AWS S3 bucket](https://s3.console.aws.amazon.com/s3/home) in the **region you intend to launch machines**.
|
|
|
- The bucket **does not** need to have public access.
|
|
|
|
|
|
- Assign the name to `aws_bucket_name`.
|
|
|
- Plance the name in `envs/your_env_folder/credentials.tf` assigning it to `aws_bucket_name`.
|
|
|
`variable "aws_bucket_name" { default = "your_bucket_name"}`
|
|
|
|
|
|
6. Next we're going to create a placeholder hosted zone to create a `reusable_delegation_set` and reusable name servers to point our domain to in later steps.
|
... | ... | |