AWS::FSx::FileSystemResource Type definition for AWS::FSx::FileSystem
14 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DNSName | string | - |
Id | string | - |
LustreMountName | string | - |
ResourceARN | string | - |
RootVolumeId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyIdSecurityGroupIdsFileSystemTypeSubnetIdsBackupId