
Answer-first summary for fast verification
Answer: Amazon S3 for static content, Amazon ECS with AWS Fargate for compute, and a managed Amazon RDS for the database.
The correct answer is A: Amazon S3 for static content, Amazon ECS with AWS Fargate for compute, and a managed Amazon RDS for the database. This configuration simplifies deployment by using AWS Fargate, a serverless compute engine that removes the need to manage EC2 instances. Additionally, using Amazon S3 for hosting static content significantly reduces operational costs due to its low pricing model. Option A meets the requirements of minimizing operational efforts and costs effectively.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is developing a three-tier AWS application with a static website for the presentation tier, a containerized logic tier, and a relational database for data storage. They seek a solution to streamline deployment and minimize operational expenses. Which configuration should they implement?
A
Amazon S3 for static content, Amazon ECS with AWS Fargate for compute, and a managed Amazon RDS for the database.
B
Amazon CloudFront for static content, Amazon ECS with Amazon EC2 for compute, and a managed Amazon RDS for the database.
C
Amazon S3 for static content, Amazon EKS with AWS Fargate for compute, and a managed Amazon RDS for the database.
D
Amazon EC2 Reserved Instances for static content, Amazon EKS with Amazon EC2 for compute, and a managed Amazon RDS for the database.
No comments yet.