AWS Fundamentals Logo
AWS Fundamentals
AWS::FSx::FileSystem

FSx FileSystem

Resource Type definition for AWS::FSx::FileSystem

Properties

14 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
FileSystemType
string
RequiredCreate-only
SubnetIds
Array<string>
RequiredCreate-only
BackupId
string
Create-only
FileSystemTypeVersion
string
KmsKeyId
string
Create-only
LustreConfiguration
LustreConfiguration
NetworkType
string
OntapConfiguration
OntapConfiguration
OpenZFSConfiguration
OpenZFSConfiguration
SecurityGroupIds
Array<string>
Create-only
StorageCapacity
integer
StorageType
string
Tags
Array<Tag>
WindowsConfiguration
WindowsConfiguration

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DNSNamestring-
Idstring-
LustreMountNamestring-
ResourceARNstring-
RootVolumeIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FSx::FileSystem

Resources:
  MyResource:
    Type: AWS::FSx::FileSystem
    Properties:
      FileSystemType: "value"
      SubnetIds: "my-subnetids"
      Tags:
        - Key: Environment
          Value: Production

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFSx
Properties19
Required2
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KmsKeyIdSecurityGroupIdsFileSystemTypeSubnetIdsBackupId

External Links