Earlier quoted context omitted.
Tsk, poor choice on your part. You should have started a side consultancy (get a spouse to own it maybe?) and say that you can do it for a mere £40K. Then dump the static file on S3, and let the interest from the £40K in your bank account pay for it.
Okay, that sounds pretty cool. S3 can host static HTML files?
- Generate static files using Pelican
- Dump the files to S3
- Set up Route53 to point a domain at the bucket
- Set up CloudFront (Amazon's CDN) to sit in front of the S3 bucket, since I found pure S3 to be too slow
Works incredibly well.