How To Host a static website in AWS S3
What is S3
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can use Amazon S3 to store and protect any amount of data for a range.
Web Hosting There is two types of web hosting.
Static web hosting its simple html pages dispaly our web content. only front end will display.
Dynamic web hosting. In dynamic webhosting code will be must compile with any server /service.
Here i am going to explain how to host a static web content in S3.
create bucket
bucket name; region
object ownership
disable block public access
i anknowledge
bucket version; tags default
default encryption; default
object lock default; create bucket
bucket created
bucket properties
under properties then static website hosting;edit
enable
index document
save changes
now upload this file
goto bucket; under object;upload
destination default
acces control list;grant public read access
storage class; standard
server side encryption; additional checksum ;default
tags; metadata default; upload
copy object url
see the url
now working fine.