Files
getting-started/aws/cloudformation/ecs-zero-downtime-deployment/execute-change-set.sh
2020-07-12 20:21:43 +10:00

8 lines
405 B
Bash
Executable File

# Turning off the AWS pager so that the CLI doesn't open an editor for each command result
export AWS_PAGER=""
aws cloudformation execute-change-set \
--stack-name reflectoring-ecs-zero-downtime-deployment-service \
--change-set-name update-reflectoring-ecs-zero-downtime-deployment-service
aws cloudformation wait stack-update-complete --stack-name reflectoring-ecs-zero-downtime-deployment-service