0

I started to use AWS EC2 for deep learning and I'm going to use NVIDIA DIGITS. I already got a g3.4xlarge instance with 50G storage with I defined during creating instance process. Now my question is that if I upload my image's folder which is about 6GB and configure all DIGITS installation. Am I going to lose all the data and configuration after stopping my instance?

user1603454
  • 99
  • 1
  • 8

1 Answers1

0

No you won't, EBS backed data will persist even after stopping, g3.4xlarge comes with EBS backed. Data will be lost only when store it in instance storage.

Madhan S
  • 877
  • 6
  • 11
  • Sorry to ask again I just want to make sure since I spend one day to upload my Data to AWS. Now my Data is in /home/ubuntu directory is it still safe there :S – user1603454 Aug 07 '17 at 15:30
  • yeah as long as it is ebs backed instance, your data will be safe. – Madhan S Aug 07 '17 at 18:33