A company wants to deploy a containerized web application on AWS. The company's operations team prefers not to provision, configure, or scale the underlying virtual servers that host the containers. Which AWS compute service should the company select to run this containerized workload?
- AWS FargateAnswer
- BAmazon EC2
- CAWS Lambda
- DAmazon Lightsail
Answer
AWS Fargate
The correct answer is AWS Fargate. AWS Fargate is a serverless compute engine for containers that automates infrastructure provisioning and scaling, enabling organizations to run containerized workloads without the overhead of managing virtual machines.
Step-by-Step Solution
Key Concept
AWS Serverless Container Compute (AWS Fargate)