|
|
|
|
|
by kalmar
2827 days ago
|
|
Post author here. It's ephemeral, yes. It survives reboots, so that's not a problem. It doesn't survive instance-stop, so if a machine is being decommissioned by AWS we do indeed lose its data. As for how we protect against it, the main thing is replication: the data is stored on more than one machine. If we lose a machine for whatever reason, the shards from that machine are copied from a replica to another DB instance. |
|
Said more directly: no, it is not ephemeral. It is local storage that is tied to the life cycle of the instance.