Static Website Deployment on AWS

Project of Udacity online course Cloud Fundamentals, part of the Cloud Developer nanodegree program.

In this project, I deployed a static website to AWS.

Note: The actual website content had to be deleted per requirements of the course, so as not to continue to utilize AWS hosting service resources.

I created an S3 bucket, configure the bucket for website hosting, and secure it using IAM policies:

Create an S3 bucket

I uploaded the website files to my bucket and sped up content delivery using AWS’s content distribution network service, CloudFront. I configured CloudFront to retrieve and distribute website files:

Upload files to bucket

I accessed the website in a browser using the unique S3 endpoint:

Access website