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

6.2 - Step 12 - Missing environment variable values #26

Closed benphunter closed 6 years ago

benphunter commented 6 years ago

The step asks you to create the following environment variables but shows the values as blank: AWS_DEFAULT_REGION: AWS_ACCOUNT_ID:

Should be: AWS_DEFAULT_REGION: for example: eu-west-1 AWS_ACCOUNT_ID: for example: 12345567891011

MitchyBAwesome commented 6 years ago

Fixed. Merge pull request #32 from MitchyBAwesome/master