Amazon EC2 root defaults on EBS
Posted
by
CodeShining
on Server Fault
See other posts from Server Fault
or by CodeShining
Published on 2012-09-02T08:54:18Z
Indexed on
2012/09/02
9:40 UTC
Read the original article
Hit count: 349
I'm trying to understand why when launching a new instance Amazon defaults to EBS (8gb root) instead of instance storage. Why do they sell instance storage then if it's not used also to boot the base system?
Is it safe to uncheck delete on termination, make it bigger (~50GiB) and keep all files on that EBS instead of creating a new one to make sure data will persist and it will also be usable by another instance?
© Server Fault or respective owner