Last active
December 22, 2020 17:44
-
-
Save lucianovalenca/494ba7186c461e8071cb68ec49c865ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Tutorial | |
| https://initialcommit.com/blog/host-static-site-aws-s3 | |
| https://www.shortdark.net/5070/serving-a-s3-static-website-through-cloudfront-and-cloudflare/ | |
| ## Endpoint | |
| S3 Console > Properties > Bucket website endpoint | |
| ## Cloudfront | |
| Use the long format of the S3 bucket (not the one from the dropdown), in our case it would be something like “example.com.s3-website.us-west-1.amazonaws.com”. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment