Last active
November 15, 2016 17:35
-
-
Save 0xAhmed/750891280b06f1d31e3b5d968e62f356 to your computer and use it in GitHub Desktop.
AWS CloudFormation Stack: Create Change Set
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-change-set \ | |
--stack-name app \ | |
--change-set-name app-$DOCKBIT_DEPLOYMENT_SHA \ | |
--template-body file://./AutoScalingRollingUpdates.json \ | |
--parameters \ | |
ParameterKey=KeyName,UsePreviousValue=true \ | |
ParameterKey=SHAVersion,ParameterValue=$DOCKBIT_DEPLOYMENT_SHA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment