Serverless - Set Up An S3 Static SSL Website
Overview
In this workshop in the serverless series, we will set up website application to be more sercure in transit by using an SSL certificate. An SSL Certificate allows traffic between a user and a website application hosted on an S3 bucket to be encrypted in transit (in-flight encryption).
The architecture of the web application will look like this:

- Creating and management a SSL certificate with AWS Certificate Manager.
- Setting up a custom domain together with Route 53 DNS
- Creating a CloudFront CDN, linking it with our custom domain via Route 53, and securing the whole connection using an SSL certificate
Content
- Preparation
- Create Domain and Hosted zone
- Request SSL certificate
- Create CloudFront distribution
- Cleanup