Tag aws

 Note

Folks who use #cloudfront for regularly changing sites (ie multiple times an hour) how do you handle caching? Is it off? Fine tuned for the content? Always cache invalidate on a publish?

 Note

Feeling especially lazy - does anyone have a good resource for setting up S3 + CloudFront + a custom domain name, with an IAM role that can only read/write to the bucket? My brain wants to outsource the work for this one 🙃

 Bookmark

An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?

Recommended read: SSH to EC2 instances via AWS Lambda https://www.transposit.com/blog/2019.12.18-using-lambda-as-an-ssh-proxy/

 Bookmark

This is quite an interesting little gotcha that many may not know (for instance I did not) about a 75GB limit of storage of Lambdas.

Recommended read: The Dark Side of AWS Lambda https://medium.com/fluidity/the-dark-side-of-aws-lambda-5c9f620b7dd2