nerdexam
AmazonAmazon

CLF-C02 · Question #226

CLF-C02 Question #226: Real Exam Question with Answer & Explanation

The correct answer is D: Host the website on Amazon S3.. Explanation Hosting a static website on Amazon S3 is the ideal solution because S3 has a built-in static website hosting feature that requires virtually no infrastructure management - you simply enable the feature, upload your files, and configure a bucket policy, making it essen

Submitted by ashley.k· Mar 6, 2026Cloud Technology and Services

Question

A company needs to use AWS technology to deploy a static website. Which solution meets this requirement with the LEAST amount of operational overhead?

Options

  • ADeploy the website on Amazon EC2.
  • BHost the website on AWS Elastic Beanstalk.
  • CDeploy the website with Amazon Lightsail.
  • DHost the website on Amazon S3.

Explanation

Explanation

Hosting a static website on Amazon S3 is the ideal solution because S3 has a built-in static website hosting feature that requires virtually no infrastructure management - you simply enable the feature, upload your files, and configure a bucket policy, making it essentially serverless and fully managed by AWS. Option A (EC2) is wrong because running a virtual server requires you to manage the OS, patching, scaling, and availability, introducing significant operational overhead for something as simple as a static site. Option B (Elastic Beanstalk) is designed for dynamic web applications and still provisions underlying infrastructure (EC2, load balancers), adding unnecessary complexity. Option C (Lightsail) is a simplified virtual private server service that, while easier than raw EC2, still requires managing a running server instance, which is more overhead than needed.

💡 Memory Tip: Think "Static = S3" - whenever an exam question mentions a static website with least operational overhead, S3 is almost always the answer. No servers, no patching, no scaling to manage - just upload and go!

Topics

#Static Website Hosting#Amazon S3#Operational Overhead#AWS Services Comparison

Community Discussion

No community discussion yet for this question.

Full CLF-C02 PracticeBrowse All CLF-C02 Questions