-
-
Save pbzona/65548f8f0db42404c52dbf1bb3d2886c to your computer and use it in GitHub Desktop.
CloudFormation - EC2 launch with larger instance (if)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ aws cloudformation create-stack --stack-name ec2-$(date +%s) --template-body file://ec2-if-env-is-prod.yml --parameters "ParameterKey=Env,ParameterValue=prod" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment