CreateFileSystemRequest
The request object used to create a new Amazon FSx file system.
Types
Properties
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
The type of Amazon FSx file system to create. Valid values are WINDOWS
, LUSTRE
, ONTAP
, and OPENZFS
.
(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10
, 2.12
, and 2.15
:
The Lustre configuration for the file system being created.
The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.
The OpenZFS configuration for the file system that's being created.
A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.
Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).
Sets the storage type for the file system that you're creating. Valid values are SSD
and HDD
.
Specifies the IDs of the subnets that the file system will be accessible from. For Windows and ONTAP MULTI_AZ_1
deployment types,provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID
or OntapConfiguration > PreferredSubnetID
properties. For more information about Multi-AZ file system configuration, see Availability and durability: Single-AZ and Multi-AZ file systems in the Amazon FSx for Windows User Guide and Availability and durability in the Amazon FSx for ONTAP User Guide.
The Microsoft Windows configuration for the file system that's being created.