aws-samples / amazon-ecs-catsndogs-workshop

This is self-paced workshop designed to allow developers and system administrators to get hands on with Amazon Elastic Container Service concepts such as service and container-instance auto-scaling, spot-fleet integration, container placement strategies, service discovery, secrets management with AWS Systems Manager Parameter Store, time-based and event-based scheduling, and automated deployment pipelines.
Apache License 2.0
167 stars 72 forks source link

Initial Setup: Add cli command for deploying CloudFormation #18

Open jmcwhirter opened 6 years ago

jmcwhirter commented 6 years ago

Rather than use the console to deploy the CloudFormation template, I would like to have the option to deploy via command line. It's not hard to form the command, but could help smooth out the user interaction.

aws cloudformation deploy --template-file cfn-templates/Lab0-baseline-setup.yml --stack-name catsndogssetup --capabilities CAPABILITY_IAM