A retail company wants to deploy a new container-based inventory microservice. The development team wants to focus solely on packaging and running their application containers, and they want to eliminate the operational overhead of provisioning, patching, and scaling the underlying virtual servers. Which AWS compute service should the company select to meet these requirements?
- AAmazon Elastic Compute Cloud (Amazon EC2)
- AWS FargateAnswer
- CAWS Lambda
- DAmazon Lightsail
Answer
AWS Fargate is the most appropriate service because it is a serverless compute engine that runs containers without requiring the user to provision, patch, or manage the underlying virtual machines.
AWS Fargate is a serverless compute engine for containers that integrates with Amazon ECS. It runs containers directly without requiring the customer to provision, configure, patch, or manage the underlying virtual machines, fulfilling the requirement to eliminate server management overhead.
Step-by-Step Solution
Key Concept
AWS serverless container computing with AWS Fargate
Estimated Time:1m 0s