Guide to deploy a static website with s3 bucket, backed by cloudflare.
* Create S3 bucket with the name as intended domain. In this blogpost, I'm
using https://travelsanta.com
* Enable static website hosting:
* Allow Public Access:
* Use the bucket policy on S3:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal"