Hosting a Static Website on AWS S3
A static website is one that serves content only, that has no server side computation necessary. AWS S3 provides a cheap way to host a static webpage.
A static website is one that serves content only, that has no server side computation necessary. AWS S3 provides a cheap way to host a static webpage.
The AWS web console gives you access to huge functionality, but is not convenient for scripting or automation. This is where the CLI comes into play.