
Answer-first summary for fast verification
Answer: Use Amazon S3 for static content, API Gateway and Lambda for dynamic content, on-demand DynamoDB for the database, and CloudFront for content delivery.
Option A is the correct answer because it leverages fully managed AWS services that reduce server maintenance and patching. Amazon S3 handles static content efficiently, while Amazon API Gateway and AWS Lambda manage dynamic content, ensuring scalability and high availability. Amazon DynamoDB with on-demand capacity can automatically adjust its read/write capacity to meet user demands, and Amazon CloudFront improves website performance and availability by delivering content globally.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For a new dynamic ordering website, which AWS solution ensures minimal server maintenance, high availability, and rapid scaling of read/write capacity?
A
Use Amazon S3 for static content, API Gateway and Lambda for dynamic content, on-demand DynamoDB for the database, and CloudFront for content delivery.
B
Use Amazon S3 for static content, API Gateway and Lambda for dynamic content, Aurora with Auto Scaling for the database, and CloudFront for content delivery.
C
Deploy on EC2 instances with Auto Scaling, use an Application Load Balancer, and provisioned DynamoDB for the database.
D
Deploy on EC2 instances with Auto Scaling, use an Application Load Balancer, and Aurora with Auto Scaling for the database.
No comments yet.