We're going to configure an S3 bucket for static web hosting.
- AWS Account
- Basic knowledge on Cloud Computing
- Sign into your AWS management console
- Select S3
- Create bucket
- Upload the files to the bucket
- Enable stactic web hosting on the bucket
- Enable public access to the objects in the files by using ACLs or a Bucket Policy
- Access the bucket endpoint url over the internet.
Upon completing the steps you should now have a stactic website up and running on Amazon S3!!
You can check out this blog for a detailed walk through on deploying your stactic website