A company plans to deploy a containerized microservices application on AWS. The development team wants to focus on running their containers and wishes to avoid provisioning, patching, or managing any underlying virtual servers. Which AWS compute option meets these requirements with the lowest operational overhead?
- AAmazon Elastic Compute Cloud (Amazon EC2)
- AWS FargateAnswer
- CAmazon EC2 Auto Scaling
- DAWS Lightsail
Answer
AWS Fargate
AWS Fargate is a serverless compute engine for containers. It allows you to run containerized applications without needing to provision, configure, scale, or patch physical or virtual servers, meeting the requirement of lowest operational overhead.
Step-by-Step Solution
Key Concept
Serverless container compute engine