0
0
AWScloud~5 mins

Static website hosting on S3 in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AStatic files like HTML, CSS, and images
BDynamic web applications with server-side code
CDatabases and backend services
DStreaming video content
Which setting must be enabled in an S3 bucket to serve a static website?
AStatic website hosting
BVersioning
CCross-region replication
DServer access logging
What permission is essential for users to access your static website files on S3?
AFull control to all users
BWrite access
CPublic read access
DNo permissions needed
What is the default document called that S3 serves when a user visits your website root?
Amain.html
Bdefault.html
Chome.html
Dindex.html
How can you use your own domain name with an S3 static website?
ABy uploading a certificate to S3
BBy configuring DNS to point to the S3 website endpoint
CBy enabling versioning on the bucket
DBy enabling server-side encryption
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.