Which AWS service can serve a static website?
Amazon S3
Amazon Route 53
Amazon QuickSight
AWS X-Ray
Explanations:
Amazon S3 (Simple Storage Service) is designed to store and retrieve any amount of data, making it ideal for hosting static websites. You can upload HTML, CSS, JavaScript, and other static files to an S3 bucket and configure it to serve them over the web.
Amazon Route 53 is a scalable DNS web service designed for domain registration and DNS routing. It does not host content but can route traffic to an S3 bucket or other resources.
Amazon QuickSight is a business intelligence service that allows users to visualize data and create reports. It is not designed for hosting static websites or serving web content.
AWS X-Ray is a service for analyzing and debugging applications, particularly those built using microservices. It is not used for hosting websites, static or otherwise.