A company is planning to deploy a containerized microservice application on AWS. The application needs to run continuously to handle incoming web traffic. The development team wants to use a container orchestration tool but wants to eliminate the need to provision, configure, or patch virtual servers. Which AWS compute option best meets these requirements?
- Amazon Elastic Container Service (Amazon ECS) with AWS FargateAnswer
- BAmazon Elastic Compute Cloud (Amazon EC2)
- CAWS Lambda
- DAmazon Lightsail
Answer
Amazon Elastic Container Service (Amazon ECS) with AWS Fargate
Amazon Elastic Container Service (Amazon ECS) with AWS Fargate provides a serverless container orchestration environment. It allows containerized applications to run continuously without the customer needing to provision, manage, or patch the underlying virtual machines, fulfilling all requirements.
Step-by-Step Solution
Key Concept
AWS serverless container orchestration using Amazon ECS and AWS Fargate