A retail company is migrating its containerized order-processing application to AWS. The development team needs to deploy Docker containers but wants a serverless approach where they do not have to provision, scale, or patch the underlying virtual servers. Which AWS compute option should the company use?
- AAmazon Elastic Compute Cloud (Amazon EC2)
- AWS FargateAnswer
- CAWS Lambda
- DAmazon Lightsail
Answer
AWS Fargate
AWS Fargate is the correct choice because it is a serverless compute engine for containers. It works with Amazon ECS to manage and run containerized workloads without requiring the user to manage, scale, or patch the underlying virtual machine instances.
Step-by-Step Solution
Key Concept
Serverless container compute engine
Estimated Time:1m 0s