AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z
public class VolumeSpecification
The VolumeSpecification type exposes the following members
Name | Description | |
---|---|---|
VolumeSpecification() |
Name | Type | Description | |
---|---|---|---|
Iops | System.Int32 |
Gets and sets the property Iops. The number of I/O operations per second (IOPS) that the volume supports. |
|
SizeInGB | System.Int32 |
Gets and sets the property SizeInGB. The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10. |
|
Throughput | System.Int32 |
Gets and sets the property Throughput. The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes. |
|
VolumeType | System.String |
Gets and sets the property VolumeType. The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5