How We Saved $500,000 Per Year by Rolling Our Own “S3”
Nanit ditched S3’s PutObject-heavy ingest path and built a customRust-based in-memory landing zone (N3). It cut ~$500K/year in storage ops. N3 grabs short-lived video chunks straight into RAM and only spills to S3 when it has to. Ordering stays tight thanks toSQS FIFO, and fallback kicks in clean wh..











