AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A company requires a storage solution to host static web resources for their global online presence, including images, stylesheets, and JavaScript files. Which AWS storage service is most suitable for serving this type of content directly to users over the internet?
Amazon S3 is the most appropriate storage service for serving static web resources directly to users over the internet. It is designed to deliver 99.999999999% durability and 99.99% availability of objects over a given year, and it allows you to host a static website that can be accessed globally. The scalability, data availability, security features, and integration with Amazon CloudFront make it ideal for hosting content that needs to be delivered with high availability and performance.
Amazon EFS is not the best choice for static web hosting because it is designed for file storage that can be mounted on AWS cloud services and on-premises servers. It is more suitable for use cases like shared file storage for cloud services.
Amazon EBS provides block-level storage volumes for use with EC2 instances but is not suitable for static web content hosting, as it cannot serve content directly to the internet.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon S3 and how does it work?
Open an interactive chat with Bash
What are the advantages of using Amazon S3 for hosting static content?
Open an interactive chat with Bash
How do S3, EFS, and EBS differ in terms of use cases?