A collection of miscellaneous CloudFormation stacks.
aws cloudformation deploy \
--capabilities "CAPABILITY_IAM" \
--parameter-overrides "ParameterName=ParameterValue" \
--tags "" \
--template "one-of-the-files-in-this-repo.yaml" \
--stack-name "your-naming-convention"
Creates the resources necessary to safely run Terraform. This includes an S3 bucket for persisting state and a DynamoDB table for ensuring stacks cannot be updated simultaneously.
Creates an IAM role.
© 2022 Daniel Morris
Made available under the terms of the Apache License 2.0.