DEV Community

Cover image for Notes for Containers on AWS (1/10)
Tiago Martins Peres 李大仁
Tiago Martins Peres 李大仁

Posted on

Notes for Containers on AWS (1/10)

This article consists of the initial notes on deploying, managing and scaling containarized applications into AWS container infrastructure using Docker on Amazon EC2, Amazon Elastic Container Service (ECS), and AWS Elastic Kubernetes Service (EKS) taken while reading the book Deploy Containers on AWS: With EC2, ECS, and EKS from Shimon Ifrah. I do want to do nine more articles any time in the future covering the notes in following sections of the book:

  1. Storing, Managing, and Deploying Docker Container Images with Amazon ECR
  2. Deploying Containerized Applications with Amazon ECS
  3. Deploy a Containerized Application with Amazon EKS
  4. Installing a Docker Host on an Amazon EC2 Instance
  5. Securing Your Containerized Environment
  6. Scaling the AWS EKS, ECS, and ECR Containerized Environments
  7. Monitoring Your Containerized Environment
  8. Backing Up and Restoring Your Containers and Hosts on Amazon AWS
  9. Troubleshooting Amazon AWS Containerized Solutions

Read it here.

Top comments (0)