Are there different type of a volume other than EBS volume
in aws?
I see a term EBS volume
but don't seem to recall any other volume
mentioned.
Also, EBS is just a name for their volume?
EBS - volume
Hard - disk
Are there different type of a volume other than EBS volume
in aws?
I see a term EBS volume
but don't seem to recall any other volume
mentioned.
Also, EBS is just a name for their volume?
EBS - volume
Hard - disk
It depends on your definition of "Volume". There are actually 4 types of storage available on AWS, though only Instance Storage and EBS qualify as "Volumes".
1: Instance Storage - This is storage tied directly to an instance, like a hard drive on a physical machine. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
2: EBS - You could think of EBS like an external drive on a physical machine. It can be detached and attached to another instance. http://aws.amazon.com/ebs/
3: S3 - This is an http based storage option. It is extremely reliable, but cannot be mapped as a volume directly, files must be retreived via an http request. http://aws.amazon.com/s3/
4: Glacier - This is meant to be a replacement for backup tapes. It is very slow to access, but very reliable. It is only intended for backup purposes as there are heavy fees for frequent access. http://aws.amazon.com/glacier/
In terms of volumes for AWS that I know of there are two:
AWS has a number of other storage offerings (RDS, S3, DynamoDB, Glacier) but they're not focused on offering products that act like hard disks.