AWS::FSx::FileSystem DiskIopsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FSx::FileSystem DiskIopsConfiguration

The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

Syntax

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

JSON

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

YAML

Iops: Integer Mode: String

Properties

Iops

The total number of SSD IOPS provisioned for the file system.

Required: No

Type: Integer

Update requires: Replacement

Mode

Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).

Required: No

Type: String

Allowed values: AUTOMATIC | USER_PROVISIONED

Update requires: Replacement