Hacker News new | ask | show | jobs
by TheGuyWhoCodes 829 days ago
I did something similar when I worked on an internal timeseries DB with optimization for long term and short term storage.

The EFS thing is a bit tricky. Once your credits are done it's super slow, so I bet they do provisioned but that's expensive.

The other thing was that multiple instances trying to reach the same EFS endpoint at the same time ,for the first time, will fail so you need to stagger it or retry and the docker mount plugin was a bit iffy.

That said cool concept.