From e815bf2930fa994ebdb6839d16be679c46406f48 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 25 Jun 2020 17:09:39 -0700 Subject: [PATCH] Update Pre-Built_AMIs.md Update path to reflect new folder structure --- AWS/Terraform/Pre-Built_AMIs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AWS/Terraform/Pre-Built_AMIs.md b/AWS/Terraform/Pre-Built_AMIs.md index 06c0881..1f55b5c 100644 --- a/AWS/Terraform/Pre-Built_AMIs.md +++ b/AWS/Terraform/Pre-Built_AMIs.md @@ -17,9 +17,9 @@ The supplied Terraform configuration can then be used to create EC2 instances an * [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) 2. [Configure the AWS command line utility](https://docs.aws.amazon.com/polly/latest/dg/setup-aws-cli.html) and set up a user for Terraform via `aws configure --profile terraform`. 3. Create a private/public keypair to use to SSH into logger: `ssh-keygen -b 2048 -f ~/.ssh/id_logger` -4. Copy the file at [/DetectionLab/Terraform/terraform.tfvars.example](./terraform.tfvars.example) to `/DetectionLab/Terraform/terraform.tfvars` +4. Copy the file at [/DetectionLab/AWS/Terraform/terraform.tfvars.example](./terraform.tfvars.example) to `/DetectionLab/AWS/Terraform/terraform.tfvars` 5. In `terraform.tfvars`, provide overrides for the variables specified in [variables.tf](./variables.tf) -6. From the `/DetectionLab/Terraform` directory, run `terraform init` to setup the initial Terraform configuration +6. From the `/DetectionLab/AWS/Terraform` directory, run `terraform init` to setup the initial Terraform configuration 7. Run `terraform apply` to begin the provisioning process [![DetectionLab - Terraform](https://i.vimeocdn.com/video/777172792_640.webp)](https://vimeo.com/331695321)