AWS S3 as a Static webserver Flashcards
1
Q
What is a static webserver?
A
A static webserver serves files exactly as they are stored in the server/
2
Q
What is a bucket policy?
A
A bucket policy is required to enable the S3 bucket to be a public S3 static webserver. Clients make get requests to retrieve the files in the webserver so policies need to be created and attached.
3
Q
How can policies be made?
A
Created in a text editor, AWS repository or generated using AWS policy generator.