DerploidEntertainment / Website

Infrastructure as Code and GitHub Pages sources for the Derploid website
https://www.derploid.com/
MIT License
2 stars 0 forks source link

Evaluate whether the CDNs in our redirect Cfn templates are necessary #7

Closed Rabadash8820 closed 2 years ago

Rabadash8820 commented 2 years ago

Now that our site content is hosted with GitHub Pages and not AWS CloudFront/S3, we may not actually need the "redirect CDNs" defined in website-redirect.yaml. The S3 bucket redirects might be enough. If so, we can delete those resources to do reduce costs a little. Redirecting should still work over HTTPS, and with IPv6 requests.

Rabadash8820 commented 2 years ago

Nope, looks like a CloudFront Distribution is very much necessary to use S3 buckets configured for static website redirects.