AWS::FSx::FileSystem MetadataConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::FSx::FileSystem MetadataConfiguration

The configuration that allows you to specify the performance of metadata operations for an FSx for Lustre file system.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Iops" : Integer, "Mode" : String }

YAML

Iops: Integer Mode: String

Properties

Iops

The number of Metadata IOPS provisioned for the file system.

Required: No

Type: Integer

Update requires: No interruption

Mode

Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value.

Required: No

Type: String

Update requires: No interruption