Skip to content

Instantly share code, notes, and snippets.

@misho-kr
Created April 13, 2022 09:06
Show Gist options
  • Save misho-kr/5702c6906c6f96b9ab82646fe2348da3 to your computer and use it in GitHub Desktop.
Save misho-kr/5702c6906c6f96b9ab82646fe2348da3 to your computer and use it in GitHub Desktop.
Summary of "Building Containerized Applications on AWS" course on Coursera.Org

Introduction to container technologies and how they can be used to modernize applications, as well as exploring how different AWS services can be used to manage and orchestrate those containers.

AWS offers a number of services that help with container orchestration, including Amazon Elastic Container Service (ECS), Amazon Elastic Kubernetes Service (EKS), Amazon Lightsail, and Amazon Elastic Container Registry (ECR). Dive deep into these services as well as general container technologies and capabilities.

Taught by

Week 1

  • Docker Basics
  • Dockerfiles
  • Docker Images
  • Docker CLI and Logging
  • AWS Elastic Beanstalk
  • Amazon Elastic Container Registry

Week 2

  • Container Networking
  • CloudWatch Container Insights
  • Persistent Storage with Containers
  • Microservices
  • AWS Fargate

Week 3

  • Orchestration
  • What is Amazon ECS
  • Introduction to Amazon ECS
  • Scheduling and Task Placement with Amazon ECS

Week 4

  • Basic Kubernetes Terminology
  • Kubernetes Scaling
  • AWS Fargate for Elastic Kubernetes Service

Week 5

  • Introduction to AWS App Mesh
  • Deep Dive on AWS App Mesh
  • AWS App Mesh Public Roadmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment