fsx

FSx

StorageAWS
General

General information about the service.

Description

Amazon FSx provides fully managed file systems optimized for various workloads.

Service Namespace

AWS::FSx::FileSystem

ARN Pattern

arn:aws:fsx:{region}:{account}:file-system/{fs-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

fsx-

Length

1-256

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_fsx_lustre_file_system" "main" {
2 storage_capacity = 1200
3 subnet_ids = [var.subnet_id]
4 tags = { Name = "fsx-${var.environment}" }
5}
Utilities

Utilities to support app deployment or configuration.