Stopping and Starting EC2 instance wipes data

0

Hello all,

I recently launched an ec2 instance (m5a-large) and created an additional ebs volume for it at launch based on a snapshot. When I ssh to the instance, I can find all of the data on my home directory. When I stop the instance and start it again, I can no longer find any of my files in my home directory.

I'm not sure why stopping my instance is wiping my data. I would like my files to be present when I stop and start the instance.

bwassie
質問済み 5年前243ビュー
1回答
0

Hello
Your home directory is probably in the ephemeral storage and not on the new ebs volume.
If you would like to keep it, you would need to move your home directory to the new ebs volume
https://www.tecmint.com/move-home-directory-to-new-partition-disk-in-linux/

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
hope this helps,
RT

rtt
回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ