The aim of this project is to deploy a static website on AWS and accelerate its delivery using AWS CloudFront which is a Cloud CND by AWS, this project is accomplished as part of the Udacity Cloud Developer Nano degree.
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. Note that Static website hosting essentially requires a public bucket, whereas the CloudFront can work with public and private buckets.
- Amazon Web Services S3 - Resource hosting and deployments
- AWS CloudFront - CDN for SPA
- AWS CloudWatch - Performance and Health checks
- Google Analytics - Usage Reporting
- bootstrap (css)
- jquery (Javascript)
- Fontawesome (Icons)