Welcome to the AWS Fargate lesson. So far, we have discussed managing containers using ECS and EKS, but in both scenarios, you still had to manage the underlying EC2 servers (Worker Nodes). What if we combined Containers with Serverless?
AWS Fargate is the modern, preferred way to run containers on AWS. It removes the operational burden of managing clusters of EC2 instances. If you want the portability of Docker containers but the hands-off infrastructure management of Serverless, Fargate is the perfect solution.
In this tutorial, you will learn:
When you configure a cluster in ECS or EKS, you must choose how the underlying compute capacity is provided:
Which launch type allows you to run Docker containers in ECS without provisioning, patching, or scaling the underlying EC2 servers?