Skip to content

Instantly share code, notes, and snippets.

@coldclimate
coldclimate / gist:7f1bfd0e96af8582cf72
Created March 24, 2016 12:33
AWS S3 upload only to specific bucket
# I always have to look this up. You need PutObjectAcl as well as putting the object itself.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1458821885000",
"Effect": "Allow",
@coldclimate
coldclimate / monitoring-alerting-mvp.markdown
Last active August 2, 2023 16:42
WIP 101 what to monitor and alert on.

Monitoring and Alerting Minimum Viable Product

A checklist for those attempting to only get out of bed when it's important and to be able to debug critial and non-critial issues.

Those emphesised should probably get you out of bed when they're too high/low/gone.

This is super opinionated but I welcome feedback. It's biased to retrofitting/cleaning up/brownfield type work because that's what I know best.

HTTP(S) Services