DEV Community

Cover image for Website Delivery with CloudFront
Kemisola
Kemisola

Posted on

Website Delivery with CloudFront

Here's how I used CloudFront to deliver a website globally 🌎

In this project, I:

--> Configured an S3 bucket to store website files.

--> Set up a CloudFront distribution to deliver the website globally with low latency.

--> Set up origin access controls (OAC) to allow CloudFront to access the S3 bucket's objects.

Check out my documentation below to see how it all came together: https://docs.google.com/viewer?url=https://learn.nextwork.org/curious_olive_fierce_frog/projects/aws-networks-cloudfront/document.pdf

This project is also the first part (the presentation tier) of a three-tier architecture I'm building. Can't wait to keep working on this and share my progress along the way.

Top comments (0)