
Answer-first summary for fast verification
Answer: Amazon S3 for static website hosting.
The most cost-effective method for hosting a static website that consists of HTML, CSS, client-side JavaScript, and images is to use Amazon S3 for static website hosting. Amazon S3 is specifically designed for this purpose, offering high availability and durability at a low cost. Other options like AWS Fargate, Amazon EC2, and AWS Lambda with an Application Load Balancer are generally more expensive and are better suited for dynamic content or compute-intensive applications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which AWS service is the most cost-effective for hosting a static website with HTML, CSS, JavaScript, and images?
A
AWS Fargate for containerized deployment.
B
Amazon S3 for static website hosting.
C
Amazon EC2 with a web server.
D
AWS Lambda with an Application Load Balancer using Express.js.
No comments yet.