From 574df0e0c4f2f67c5062cb2f78c6b71d16fd6169 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Wed, 24 Apr 2019 17:31:26 -0700 Subject: [PATCH] Update Pre-Built_AMIs.md --- Terraform/Pre-Built_AMIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform/Pre-Built_AMIs.md b/Terraform/Pre-Built_AMIs.md index 493c023..d04f365 100644 --- a/Terraform/Pre-Built_AMIs.md +++ b/Terraform/Pre-Built_AMIs.md @@ -15,7 +15,7 @@ The supplied Terraform configuration can then be used to create EC2 instances an * [Terraform](https://www.terraform.io/downloads.html) * [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) * [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. +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` 5. In `terraform.tfvars`, provide overrides for the variables specified in [variables.tf](./variables.tf)