Using Terraform for Static S3 Site Infrastructure Configuration in AWS
Using Terraform for automated, reproducable infrasctructure configuration in AWS

Using Terraform for automated, reproducable infrasctructure configuration in AWS
Hosting your S3 Website using HTTPS
This is part 3 of a 3 part series on setting up a static website using Amazon Web Services. In order to host your site HTTPS, you will need to generate an SSL certificate using AWS Route53 and then associate that certificate to your already created CloudFront distribution.
Hosting your S3 Website using a Custom URL
This is part 2 of a 3 part series on setting up a static website using Amazon Web Services. In order to host your site on your own domain, you will need to purchase a custom domain, as in my case, my site is hosted at: cdputnam.com.
Create a Static Website using AWS S3
This is part 1 of a 3 part series on setting up a static website using Amazon Web Services. Let’s begin with AWS S3.