|
|
|
|
|
by jftuga
1716 days ago
|
|
I created a repo that use Terraform to create: AWS CloudFront website ACM certificate Route53 DNS entries S3 bucket ___ It also creates a default index.html file and will make: www.example.com/something automatically redirect to www.example.com/something/index.html S3 bucket permissions are private and only accessible by the CloudFront distribution via an OAI. After purchasing a new domain in Route53, you have have a new website up and running in about 5 minutes. ___ https://github.com/jftuga/terraform_cloudfront_builder |
|