Minimalist static website with AWS S3, Cloud Formation & Route 53
We’ll use a minimalist method to deploy a static website using a custom domain name with AWS S3, Route 53 and CloudFormation. Our stack will contain: An S3 bucket holding our website content with a public access policy The bucket will act as storage for our website data (HTML, CSS, etc.), we’ll just need to…