Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 21:17
Show Gist options
  • Save pbzona/65548f8f0db42404c52dbf1bb3d2886c to your computer and use it in GitHub Desktop.
Save pbzona/65548f8f0db42404c52dbf1bb3d2886c to your computer and use it in GitHub Desktop.
CloudFormation - EC2 launch with larger instance (if)
$ 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