
Answer-first summary for fast verification
Answer: Adopt Amazon ECS on AWS Fargate.
The correct answer is C: Adopt Amazon ECS on AWS Fargate. AWS Fargate is a serverless compute engine for containers that allows you to run containers without having to manage the underlying infrastructure. This aligns with the company's preference to focus on application maintenance and not be responsible for provisioning and managing infrastructure. Options A and D require managing EC2 instances, and option B involves using EC2 worker nodes, which also requires infrastructure management.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks a scalable and highly available containerized environment for its critical applications, prioritizing application maintenance over infrastructure management. Which AWS service should a solutions architect implement to meet these requirements without managing the underlying infrastructure?
A
Deploy Docker on Amazon EC2 instances.
B
Utilize Amazon ECS with Amazon EC2 worker nodes.
C
Adopt Amazon ECS on AWS Fargate.
D
Leverage Amazon EC2 instances with ECS-optimized AMIs.
No comments yet.