Enum AwsVolumeType
Enumerates the AWS EBS volume types.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public enum AwsVolumeType
Fields
| Name | Description |
|---|---|
| Default | Indicates that the default Azure storage type will be provisioned. When StorageType=Default then DefaultStorageType will be provisioned. If DefaultStorageType=Default then Gp2 will be provisioned. |
| Gp2 | SSD: This is the default EBS volume type and is suitable for a wide range of workloads. |
| Io1 | SSD: Useful for critical database and application workloads. |
| Io2 | SSD: The latest generation of SSD volume offering the best performance. |
| Sc1 | HDD: The lowest cost storage option. |
| St1 | HDD: Useful for workloads need to process large amounts of data cost effectively. |