DEV Community

Cover image for Deploying a static website on Amazon s3 and CloudFront
Elizabeth Ogundepo
Elizabeth Ogundepo

Posted on

Deploying a static website on Amazon s3 and CloudFront

This is my first AWS cloud project. I started with creating an IAM user, so my project will be done there.

Image description

The next thing I did was create an S3 bucket and configure it. After this I uploaded my index.html file to my S3 bucket.

Image description

The third step was creating a CloudFront distribution to ensure low latency to my website. I also integrated Ttl and cache invalidation in my cloudfront distribution.

Image description

And it is a wrap!!

Top comments (0)