This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::Cluster FSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "PerUnitStorageThroughput" :
Integer
, "SizeInGiB" :Integer
}
YAML
PerUnitStorageThroughput:
Integer
SizeInGiB:Integer
Properties
PerUnitStorageThroughput
-
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
Required: Yes
Type: Integer
Minimum:
125
Maximum:
1000
Update requires: No interruption
SizeInGiB
-
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
Required: Yes
Type: Integer
Minimum:
1200
Maximum:
100800
Update requires: No interruption