Giter Site home page Giter Site logo

aws-samples / amazon-ecs-catsndogs-workshop Goto Github PK

View Code? Open in Web Editor NEW
167.0 167.0 72.0 538 KB

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.

License: Apache License 2.0

JavaScript 0.44% Python 23.78% HTML 27.56% Shell 28.97% Dockerfile 19.25%

amazon-ecs-catsndogs-workshop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amazon-ecs-catsndogs-workshop's Issues

Initial Setup: Add cli command for deploying CloudFormation

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

New Path for Experienced Users

Add a new CloudFormation template that creates the cluster etc, to allow an experienced user to bypass Lab1 and 2, and start Lab3 with a fully functional cluster with task and service resources created.

Lab to demonstrate how container healthchecks improve reliability of deployments.

After the deployment pipeline has been configured, a health check should be added to the task definition for the dogs application. The health check should test for the presence of particular file (for example, 1.jpg).

From the IDE, the Dockerfile is intentionally modified to ensure the dog memes don't get pulled in to the image at build time.

The changes are then committed and the pipeline will build the new image and attempt to deploy. Based on the roll out configuration of the dogs service. The new version of dogs, with the missing images, should not make it in to production, the deployment should fail, but their should be at least 50% of the current dogs containers still running, ensuring that there is no loss of service.

LAB5 configuring AWS CLI

Include a step that would teach how to configure the AWS CLI. Potentially add an option for Powershell CLI.

Add diagrams to each lab

Consider adding diagrams of the current state of the cluster and services as the workshop progresses. This will aid in the understanding of what has been deployed.

6.2 - Step 12 - Missing environment variable values

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

Container Networking Enhancement

Scenario:
Have the user upgrade the ECS agent the your container instances to the latest version. Then configure and update your task definitions to use container networking.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.