EX-6 Hosting a static website on Amazon S3

                         Hosting a static website on Amazon S3



For Hosting a static website on Amazon S3 


STEP 1 : Choose S3 in AWS and click create bucket 


Fill the details required bucket name, choose the object ownership as ACLs enabled




         choose create bucket 


successfully created bucket as  "sneka-bucket"



STEP 2 : Choose your bucket and click upload



choose add files and add your html website files 


I have added my "resume"
 webpage and click upload 



our status has successfully uploaded 



STEP 3 : Choose properties and click static website hosting , click edit 





choose static webpage hosting as "enable" and in the index document specify the home page of your webpage  and click save changes







webpage link will be there in static webpage hosting when you click it will display like this first


STEP 4: For hosting your static webpage, go to objects and choose your bucket navigate to "actions" , click make public using ACL 




      Choose make public


Now you navigate to static webpage in your browser and refresh the page 

successfully your webpage has hosted 







Comments