View a markdown version of this page

AWS::Deadline::Fleet PersistentVolumeConfiguration - AWS CloudFormation

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: Integer LastUsedTtlHours: Integer MountPath: String SizeGiB: Integer ThroughputMiB: Integer

Properties

Iops

The IOPS per persistent volume. The default is 3000.

Required: No

Type: Integer

Minimum: 100

Maximum: 80000

Update 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: 1

Maximum: 8760

Update requires: No interruption

MountPath

The file system path where the persistent volume is mounted on the worker instance.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

SizeGiB

The persistent volume size in GiB. The default is 250.

Required: No

Type: Integer

Minimum: 1

Maximum: 65536

Update requires: No interruption

ThroughputMiB

The throughput per persistent volume in MiB. The default is 125.

Required: No

Type: Integer

Minimum: 125

Maximum: 2000

Update requires: No interruption