Table of Contents
The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. The whole project has two major intentions to implement:
- Hosting a static website on S3 and
- Accessing the cached website pages using CloudFront content delivery network (CDN) service. Recall that * CloudFront offers low latency and high transfer speeds during website rendering.
This static website deploy on some below AWS services:
-
CloudFront Distribution Domain name: d291ehx2peay29.cloudfront.net
-
Bucket website endpoint: http://my-379383502040-bucket.s3-website-us-east-1.amazonaws.com
Huong Tinh Ve - @huongtinhve - [email protected]
Project Link: https://github.com/huongtinhve/aws-static-website.git