Recall & Review
beginner
What is Amazon S3 used for in static website hosting?
Amazon S3 stores your website files like HTML, CSS, and images, and serves them directly to visitors without needing a server.
Click to reveal answer
beginner
How do you enable static website hosting on an S3 bucket?
You go to the bucket properties, find the 'Static website hosting' section, and enable it by specifying an index document like 'index.html'.
Click to reveal answer
intermediate
Why do you need to set bucket policy or object permissions for static website hosting?
Because by default, S3 buckets are private. You must allow public read access so visitors can see your website files.
Click to reveal answer
beginner
What is the purpose of the index document in S3 static website hosting?
The index document is the default page shown when someone visits your website root, usually 'index.html'.
Click to reveal answer
intermediate
Can you use custom domain names with S3 static website hosting?
Yes, by using Amazon Route 53 or another DNS service to point your domain to the S3 website endpoint.
Click to reveal answer
What type of content is best suited for hosting on Amazon S3 static website hosting?
✗ Incorrect
Amazon S3 static website hosting is designed to serve static files such as HTML, CSS, and images directly to users.
Which setting must be enabled in an S3 bucket to serve a static website?
✗ Incorrect
Static website hosting must be enabled in the bucket properties to serve website content.
What permission is essential for users to access your static website files on S3?
✗ Incorrect
Public read access allows anyone to view the website files stored in the bucket.
What is the default document called that S3 serves when a user visits your website root?
✗ Incorrect
The index document is usually named 'index.html' and is the default page served.
How can you use your own domain name with an S3 static website?
✗ Incorrect
You configure your domain's DNS to point to the S3 website endpoint to use a custom domain.
Explain the steps to host a static website on Amazon S3.
Think about what you need to make your files visible and accessible on the internet.
You got /5 concepts.
Describe how to make your S3 static website accessible using a custom domain name.
Consider how domain names connect to website hosting services.
You got /4 concepts.