A company is planning to run a containerized microservices application on AWS. The development team wants to deploy the containers using Amazon Elastic Container Service (Amazon ECS) but does not want to provision, configure, or scale the underlying virtual machines that host the containers. Which AWS compute service or feature provides this serverless container execution environment?
- AAmazon Elastic Compute Cloud (Amazon EC2)
- BAWS Lambda
- AWS FargateAnswer
- DAmazon Lightsail
Answer
AWS Fargate
AWS Fargate is the correct service because it functions as a serverless compute engine for containers. It integrates with Amazon ECS to manage the provisioning, hosting, and scaling of the infrastructure, allowing developers to run containers without managing virtual machines.
Step-by-Step Solution
Key Concept
AWS Fargate is a serverless compute engine for Amazon ECS that allows running containers without provisioning or managing the underlying virtual machines.
Estimated Time:1m 0s