I've recently started working on ELK Stack in my organisation, and there's a requirement that has got me wondering.
The cluster details are as follows:
- Hosted on AWS EC2 instances
- No repository has been registered for backups
- A curator is up an running, but not yet being utilized
- Using instance store
During my research, I learnt that the best way to backup is by using the Snapshot API method, but the problem is that it requires registering repositories(such as S3), and a node restart.
I've been told that a restart will cause all the data in that node to be lost. Is this true? If not, what would be the best way to go around to begin automated backups without any loss of data, if it's possible?
Thank you.