InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between instance store and ebs? |
|
Answer» An "EBS-backed" instance is an EC2 instance which uses an EBSvolume as it's ROOT device. EBSvolumes are REDUNDANT, "virtual" DRIVES, which are not tied to any particular HARDWARE, however they are restricted to a particular EC2 availability zone. ... You can think of EBS volumes as a kind of Network Attached Stora |
|