I want crash persistent storage for my instance

0

I have a tile38 server storing data on the root volume ebs. If the instance dies, then i lose all the data. I want the data to persisted even if the server goes down. What is the best approach to this?

1개 답변
0

Take a look at this - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/RootDeviceStorage.html

Any data on the instance store volumes persists as long as the instance is running, but this data is deleted when the instance is terminated (instance store-backed instances do not support the Stop action) or if it fails (such as if an underlying drive has issues).

You should use EBS volumes to persist data - https://aws.amazon.com/ebs/

You can also use EBS snapshots to back up your data to S3 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html

You can use AWS Backup for backing up your EBS volumes - https://aws.amazon.com/getting-started/hands-on/amazon-ebs-backup-and-restore-using-aws-backup/

profile pictureAWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠