aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
821 stars 402 forks source link

Updated test harness #27

Closed prafulmehrotra closed 6 years ago

prafulmehrotra commented 6 years ago

Updated script to keep track of ssh keys created per region as part of test harness and to delete them when the tests are done.

prafulmehrotra commented 6 years ago

Ryan - fixed all issues except epoch. Will add that in the next commit as fixing that breaks the code in a few places. As for explicitly defining TEMPLATE_BUCKET, I do this so as to get around the default condition. When you are testing the wrapper templates, either in your own test bucket or the live bucket, the nested stacks that are created use templates in the live bucket by default unless you explicitly define your cloudformation bucket in the wrapper template.