Deployed static website to the cloud
This project is about hosting a static website. In this project I deployed a static to AWS by performing the following steps.
- Created a public S3 bucket and uploaded website files to my bucket.
- Next I configured the bucket for website hosting and secured it using IAM policies.
- Then sped up content delivery using content distribution network service (CloudFront)
- Finally accessed my website in a browser.