AWS CloudFormation simplifies provisioning and management on AWS. You can create templates for the service or application architectures you want and have AWS CloudFormation use those templates for quick and reliable provisioning of the services or applications (called “stacks”). You can also easily update or replicate the stacks as needed.
- docker
- taskcat (for testing)
- Run template
taskcat deploy run
- Delete stack template
taskcat delete evoml
- delete all taskcat stacks from s3
for bucket in $(aws s3 ls | awk '{print $3}' | grep tcat-evoml-*); do aws s3 rb "s3://${bucket}" --force ; done
/var/log/cfn-init-cmd.log
: cfn-init and command output with timestamps/var/log/cfn-init.log
: cfn-init and command output/var/log/cloud-init.log
: cloud init logs pertaining to running the commands in user-data/var/log/cloud-init-output.log
: output from the user-data commands themselves