Terraform AWS FSx
Amazon FSx file systems for Windows, Lustre, NetApp ONTAP, or OpenZFS with storage capacity, throughput, backups, encryption, and deployment in private subnets.
Controls enforced
These compliance controls are checked at terraform plan time.
- FSx for OpenZFS file systems should be configured to copy tags to backups and volumes(low effort)
- FSx for Lustre file systems should be configured to copy tags to backups(low effort)
- FSx for NetApp ONTAP file systems should be configured for Multi-AZ deployment(low effort)
- FSx for OpenZFS file systems should be configured for Multi-AZ deployment(low effort)
- FSx for Windows File Server file systems should be configured for Multi-AZ deployment(low effort)
Quick start
See the Get Started guide and Registry Endpoints for details on how to customize the module for your requirements.
Migration from upstream
Already using terraform-aws-modules? Change only the source URL:
module "fsx" {
source = "terraform-aws-modules/fsx/aws"
version = "1.0"
}module "fsx" {
source = "soc2.compliance.tf/terraform-aws-modules/fsx/aws"
version = "1.0"
}Same arguments. Same outputs. Controls are checked at terraform plan. See the Migration Guide for step-by-step instructions.
Reversibility
No lock-in. Switch back by reverting the source URL:
module "fsx" {
source = "terraform-aws-modules/fsx/aws"
}Run terraform init -upgrade. Terraform state is unchanged — same resource addresses, same provider, no compliance.tf-specific resources. Controls you already applied remain in AWS.
Mapped compliance frameworks
Framework coverage
Which controls from this module are active under each framework endpoint.
● enforced by default · ○ not activated by this endpoint