Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active November 15, 2016 17:35
Show Gist options
  • Save 0xAhmed/750891280b06f1d31e3b5d968e62f356 to your computer and use it in GitHub Desktop.
Save 0xAhmed/750891280b06f1d31e3b5d968e62f356 to your computer and use it in GitHub Desktop.
AWS CloudFormation Stack: Create Change Set
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