1
You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?
Amazon EBS
Amazon S3 configured for static website hosting
Amazon EC2 running a web server
Amazon RDS
View Explanation
✓ Correct Answer: Amazon S3 configured for static website hostingExplanation:Amazon S3 supports static website hosting directly, offering high durability and low cost compared to running a VM.