
Answer-first summary for fast verification
Answer: Use Amazon CloudFront for HTTPS functionality., Host the static website on an Amazon S3 bucket.
The best solution for the company's needs with the least operational overhead is to use a combination of Amazon S3 and Amazon CloudFront. Storing the website content on Amazon S3 with static website hosting enabled (Option D) ensures high scalability and low maintenance. By configuring Amazon CloudFront in front of the S3 bucket (Option A), the website gains enhanced security and performance via HTTPS and content delivery network (CDN) features. This combination addresses the requirement for periodic updates, high scalability, and enhanced security with minimal operational overhead. Options C and E involve higher complexity and maintenance, while Option B alone does not cover all the requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks a new solution for its corporate website, which requires minimal maintenance and supports high scalability and security. The website updates quarterly without dynamic content. Identify the combination with the least operational overhead:
A
Use Amazon CloudFront for HTTPS functionality.
B
Implement AWS WAF web ACL for security.
C
Utilize AWS Lambda for content management and delivery.
D
Host the static website on an Amazon S3 bucket.
E
Deploy the website with an EC2 Auto Scaling group and Application Load Balancer.
No comments yet.