This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Deadline::Fleet PersistentVolumeConfiguration
Specifies the persistent EBS volume configuration for workers in a service managed fleet.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Iops" :Integer, "LastUsedTtlHours" :Integer, "MountPath" :String, "SizeGiB" :Integer, "ThroughputMiB" :Integer}
YAML
Iops:IntegerLastUsedTtlHours:IntegerMountPath:StringSizeGiB:IntegerThroughputMiB:Integer
Properties
Iops-
The IOPS per persistent volume. The default is 3000.
Required: No
Type: Integer
Minimum:
100Maximum:
80000Update requires: No interruption
LastUsedTtlHours-
The number of hours a persistent volume can remain unused before it is deleted. The default is 168 (7 days).
Required: No
Type: Integer
Minimum:
1Maximum:
8760Update requires: No interruption
MountPath-
The file system path where the persistent volume is mounted on the worker instance.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
SizeGiB-
The persistent volume size in GiB. The default is 250.
Required: No
Type: Integer
Minimum:
1Maximum:
65536Update requires: No interruption
ThroughputMiB-
The throughput per persistent volume in MiB. The default is 125.
Required: No
Type: Integer
Minimum:
125Maximum:
2000Update requires: No interruption