-
-
Save pbzona/89332feca82103f82bc8fb4302152889 to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation command with parameters
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-param.yml --parameters "ParameterKey=InstanceType,ParameterValue=t2.small" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment