Hosting this blog in S3 with CloudFront and Route 53
Posted on Fri 03 January 2020 in aws • Tagged with s3, cloudfront, route53, hosting
I chose Pelican for setting up my site purely because of my bias towards Python, this post is not about that decision but on how I use AWS services to host it. So here goes:
Setting up S3
Create a S3 bucket named the same as your website url (exclude …
Continue reading