Skip to content

Commit a481364

Browse files
author
Jordan Taylor
authored
Merge pull request #4 from contino/develop
updating readme
2 parents 2480818 + 3a81908 commit a481364

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aws/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This basic compute demo will consist of the orchestration of blank t2.micro (fre
2121

2222
### Instructions
2323

24-
Networking:
24+
####Networking:
25+
2526
1. cd into `{location_of_this_repo}/aws/environments/{environment_you_wish_to_build}/networking`
2627
2. open and edit `terraform.tfvars` according to your networking requirements
2728
3. run command `export AWS_ACCESS_KEY_ID={your_access_key}`
@@ -33,7 +34,8 @@ Networking:
3334

3435
To destroy the infrastructure you have built, run command `terraform destroy -state=./terraform.tfstate -var-file=./terraform.tfvars`
3536

36-
Compute:
37+
####Compute:
38+
3739
1. cd into `{location_of_this_repo}/aws/environments/{environment_you_wish_to_build}/compute`
3840
2. open `terraform.tfvars` and enter a value for variables `vpc_id` and `subnet_id` from the networking infrastructure you have previously built, `owner` and `ssh_key_name` (the name of the key associated with your AWS account), and save
3941
3. run command `export AWS_ACCESS_KEY_ID={your_access_key}`

0 commit comments

Comments
 (0)