BoltDB Limitations, how to scale influxdb?

Hello,

I’ve been running influx container for a while now but I’ve noticed it crashes every now and then. So I decided to use auto-scaling / load-balancing. However as you know boltDB cannot be accessed by more than one processor. So I can only run 1 container at a time.

How can I work around this issue? Anybody have any idea about scaling influxdb?

I’m using ECS so increasing resources is not in my budget. Auto scaling would be the best solution for me because second container is needed only couple of hours every week or so.

Thanks in advance