AWS EC2 Instance Store

From GM-RKB
Jump to navigation Jump to search

An AWS EC2 Instance Store is a temporary block level storage volume (filesystem volume) provided by the AWS EBS service.



References

2016


  • http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
    • QUOTE: An instance store provides temporary block-level storage for your instance. This storage is located on disks that are physically attached to the host computer. Instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content, or for data that is replicated across a fleet of instances, such as a load-balanced pool of web servers.

      An instance store consists of one or more instance store volumes exposed as block devices. The size of an instance store varies by instance type. The virtual devices for instance store volumes are ephemeral[0-23]. Instance types that support one instance store volume have ephemeral0. Instance types that support two instance store volumes have ephemeral0 and ephemeral1, and so on. While an instance store is dedicated to a particular instance, the disk subsystem is shared among instances on a host computer.