Containers on AWS Overview: ECS | EKS | Fargate | ECR

TechWorld with Nana - Nov 29 '20 - - Dev Community

If you want to run a containerized application on AWS you have multiple options and combinations, depending on your application requirements.

Topics covered:

  • Elastic Container Service (AWS ECS)
  • Elastic Kubernetes Service (AWS EKS)
  • EC2 instance or AWS Fargate as host server
  • Elastic Container Registry 🐳

In this video I will go through these options one by one.

ECS vs EKS

Elastic Container Service and Elastic Kubernetes Service are both Container Orchestration Tools.

This means AWS is managing the container lifecycle for you:

Elastic Container Service

The scheduling and orchestration happens through the Control Plane. On these servers the managing services are running.

For ECS these services are AWS specific.
On the other hand, EKS is a managed Kubernetes cluster and the Control Plane are the Kubernetes Master Nodes with K8s Master Processes running on it. So this is not specific to AWS.

The ECS or EKS cluster only includes the Control Plane, so where are your containers running? Which virtual machines are used? 🤔

EC2 vs Fargate

When creating an ECS or EKS cluster you can choose the launch type, where your containers should run:
Container Service Combinations

With EC2 instances you still need to manage the virtual machine yourself. Meaning you have to

  • create the EC2 instance,
  • join to the cluster,
  • check the available resources,
  • manage the operating system etc.

So with this option you have delegated the container management, but not your infrastructure. One big benefit though: you have full access and control of your infrastructure.

With the AWS Fargate alternative, you can also delegate the infrastructure management to AWS. So you don't have to provision and manage servers. It's a serverless way to launch your containers. "Serverless" meaning that there are no servers created in your AWS account, but hosted by AWS.

The advantages are the following:
AWS Fargate advantages

Elastic Container Registry - ECR

Elastic Container Registry is the private Docker Repository of AWS, where you can store your Docker Images. As you would assume, it integrates well with other AWS Services.
E.g. if you use EKS with EC2 instances it will be easier to connect and configure it with ECR than with other Docker Repositories.

Watch the full video here 🤓


► 5-month to start your career as a DevOps engineer: DevOps Bootcamp - more info
► Get 30% off - with this code: UDEMY_NANA_NOV2020: Udemy course here
Kubernetes 101: Compact and easy-to-read ebook bundle 🚀
It's a handy way to quickly look something up or refresh your knowledge at work and use it as your cheatsheet 😎

Like, share and follow me 😍 for more content:

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player