DEV Community

Cover image for AWS Project: Deploying a Static Website to AWS
Anthony Beckford🚀
Anthony Beckford🚀

Posted on

AWS Project: Deploying a Static Website to AWS

My first project for my AWS Cloud Engineer Nanodegree at Udacity was to learn how to Deploy a Static Website to AWS.

The first thing I had to do was to create an s3 Bucket
Alt Text

The second thing was to upload files to the S3 Bucket that you have created

Alt Text

Next is to Secure the bucket via Identity and Access Management (IAM)

Alt Text

I had to configure the s3 bucket
Alt Text

Alt Text

Then I had to learn how to distribute the website via CloudFront

Alt Text

Topics Covered:
S3 bucket creation
S3 bucket configuration
Website distribution via CloudFront
Access website via web browser

Top comments (0)