
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A company plans to migrate a containerized application to AWS, expecting rapid user growth post-deployment. They seek a scalable, highly available, and low-maintenance deployment solution. Which approach best meets these criteria?
A company plans to migrate a containerized application to AWS, expecting rapid user growth post-deployment. They seek a scalable, highly available, and low-maintenance deployment solution. Which approach best meets these criteria?
Explanation:
The correct answer is option A. Using Amazon ECR for storing container images and Amazon ECS with AWS Fargate for running the containers minimizes operational overhead and can automatically scale based on demand. Fargate is a serverless compute engine that allows you to run containers without having to manage the underlying EC2 instances, thus reducing operational complexity. Moreover, it supports high availability as containers can be distributed across multiple Availability Zones.