Hacker News new | ask | show | jobs
by wdn 3005 days ago
Can you write a how to guide on this?
3 comments

[0] add files to S3 [1] configure Route53 to show those files at a domain name with permissions [2] use Cloudfront as a CDN to that S3 data.

[0] https://docs.aws.amazon.com/AmazonS3/latest/user-guide/uploa... [1] https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Ro... [2] https://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...

Sure, I could do that. Just yesterday someone described AWS as an "Ikea" construction set, where it's all there but you have to figure it out (and the AWS documentation is not very good). I need to start blogging, anyway, so thanks for the push.
I use GatsbyJS, a static site generator, to create my blog and use Netlify for continuous deployment + hosting. Netlify also provides free CDN and SSL.