Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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
Utilize Amazon ECR for storing container images and Amazon ECS with AWS Fargate for container execution, incorporating target tracking scaling based on demand.
B
Employ Amazon ECR to store container images and Amazon ECS with EC2 for container execution, with automatic scaling via target tracking.
C
Host a container image repository on an EC2 instance, deploy containers across EC2 instances in multiple Availability Zones, and scale based on CPU utilization monitored by Amazon CloudWatch.
D
Create an AMI with the container image for EC2 instances in an Auto Scaling group across Availability Zones, scaling out based on CPU utilization thresholds set in Amazon CloudWatch alarms.