Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cloudfront to add HTTPS to Static Site (S3) #14

Closed
rgraue opened this issue Mar 26, 2024 · 0 comments
Closed

Use Cloudfront to add HTTPS to Static Site (S3) #14

rgraue opened this issue Mar 26, 2024 · 0 comments

Comments

@rgraue
Copy link
Collaborator

rgraue commented Mar 26, 2024

To utilize zwell's DNS provider (cloudflare) and seucre traffic over https, cloudfront has to be wired into sit between cloudflare proxy and s3. This allows for https traffic to come in (verified with ssl cert) to cloudfront and then gets forwarded to s3 via http.

Technical notes:

  • Add cert to ACM using existing origin cert (MUST BE IN US-EAST-1 REGION)
  • Create cloudfront terraform
  • Update CNAME rule in cloudfront to forward to cloudfront distro endpoint

https://aws.amazon.com/cloudfront/

@rgraue rgraue changed the title Use Cloudfront to add HTTPS to cloudfront Use Cloudfront to add HTTPS to Static Site (S3) Mar 26, 2024
@rgraue rgraue closed this as completed Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant