PersistentVolumeConfiguration
Specifies the persistent EBS volume configuration for workers in a service managed fleet.
Contents
- mountPath
-
The file system path where the persistent volume is mounted on the worker instance.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- iops
-
The IOPS per persistent volume. The default is 3000.
Type: Integer
Valid Range: Minimum value of 100. Maximum value of 80000.
Required: No
- lastUsedTtlHours
-
The number of hours a persistent volume can remain unused before it is deleted. The default is 168 (7 days).
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 8760.
Required: No
- sizeGiB
-
The persistent volume size in GiB. The default is 250.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 65536.
Required: No
- throughputMiB
-
The throughput per persistent volume in MiB. The default is 125.
Type: Integer
Valid Range: Minimum value of 125. Maximum value of 2000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: