diff --git a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE1-CODECOMMIT.md b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE1-CODECOMMIT.md index 992246bb..3790668d 100644 --- a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE1-CODECOMMIT.md +++ b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE1-CODECOMMIT.md @@ -48,7 +48,7 @@ then run the clone command, which should look something like `ssh://git-codecomm Download this file https://github.com/acantril/learn-cantrill-io-labs/raw/master/aws-codepipeline-catpipeline/01_LABSETUP/container.zip Copy the ZIP into the repo folder you created in the previous step. -Extract the zip file into that folder. +Extract the zipped files directly into that folder. This ensures the buildspec.yml file created in STAGE2 is located within the same folder location. Delete the zip file then from the terminal move into that folder diff --git a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE4-CODEDEPLOY.md b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE4-CODEDEPLOY.md index b768f26b..2da42277 100644 --- a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE4-CODEDEPLOY.md +++ b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE4-CODEDEPLOY.md @@ -47,7 +47,7 @@ Scroll to the bottom and click `Next` and for `operating system family` put `Linux/X86_64` Pick `0.5vCPU` for task CPU and `1GB` for task memory. -Select `ecsTaskExecutionRole` under task role and task execution role. +Select `ecsTaskExecutionRole` under task role and task execution role. You may need to create this role first (see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html). Click `Next` and then `Create`. diff --git a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE5-CLEANUP.md b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE5-CLEANUP.md index 3ee1bfe3..7527f69a 100644 --- a/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE5-CLEANUP.md +++ b/aws-codepipeline-catpipeline/02_LABINSTRUCTIONS/STAGE5-CLEANUP.md @@ -10,6 +10,7 @@ Remove Cluster ## EC2 Remove LB Remove TG's +Remove EC2 running Docker (created during STAGE3) ## CODE* Remove Pipeline diff --git a/aws-hybrid-bgpvpn/readme.md b/aws-hybrid-bgpvpn/readme.md index 4b2d9faa..d471a0d9 100644 --- a/aws-hybrid-bgpvpn/readme.md +++ b/aws-hybrid-bgpvpn/readme.md @@ -11,6 +11,8 @@ The demo consists of 5 stages, each implementing additional components of the ar - Stage 4 - BGP Routing and Testing - Stage 5 - Cleanup +N.B. Costs will be incurred for creation of the VPN, Transit Gateway, and VPC Endpoints for the VPN, as well as usage of Global Accelerator and t3.small EC2 instance during this advanced demo. It's advised to not let the infrastructure run for too long to avoid incurring significant costs. + ![end state architecture](https://github.com/acantril/learn-cantrill-io-labs/raw/master/aws-hybrid-bgpvpn/02_INSTRUCTIONS/STAGE4%20-%20FINAL%20BGP%20Architecture.png) ## Instructions