Back to news
cloud Priority 4/5 4/28/2026, 11:05:13 AM

Amazon FSx for OpenZFS Single-AZ High Availability Deployment Expanded to 17 New Regions Including GovCloud

Amazon FSx for OpenZFS Single-AZ High Availability Deployment Expanded to 17 New Regions Including GovCloud

AWS has officially expanded the availability of Amazon FSx for OpenZFS Single-AZ High Availability (HA) file systems to 17 new regions across Africa, Asia Pacific, Europe, South America, and the US GovCloud. This deployment option provides a managed file system that combines the performance of OpenZFS with high availability features, such as continuous monitoring and automated failover to a standby file server within the same availability zone. It is designed for workloads that need higher uptime than standard Single-AZ configurations without the added latency or cost of Multi-AZ replication. Engineers should consider this option for stateful applications and performance-intensive workloads that require low-latency access while maintaining resilience against hardware failures. The service simplifies operations by managing the underlying infrastructure, including hardware provisioning, software patching, and backups, while ensuring that the file system remains accessible through a single DNS name during failover events. Organizations operating in these newly supported regions can now optimize their storage architectures by selecting the HA model to improve service level objectives. Implementation typically involves creating a new file system or migrating existing data using AWS DataSync to leverage the HA capabilities in the target region. Testing failover behavior in development environments is recommended to ensure application-level timeout settings are correctly tuned for the brief transition period between primary and standby servers.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#aws#cloud#official#marketing:marchitecture/storage,general:products/aws-govcloud-us,general:products/amazon-fsx-for-openzfs

Comparison

AspectBefore / AlternativeAfter / This
RedundancySingle file server without standbyActive-passive pair within one AZ
Failover MechanismManual restoration or restartAutomated failover to standby server
Availability SLAStandard Single-AZ uptimeEnhanced Single-AZ HA uptime
Maintenance ImpactDowntime during server updatesMinimized via automated failover

Action Checklist

  1. Verify regional availability for your specific target AWS account Check the AWS Management Console or CLI for FSx support in your region
  2. Evaluate workload requirements for Single-AZ vs Multi-AZ Use Single-AZ HA for local performance and Multi-AZ for disaster recovery
  3. Update infrastructure-as-code templates to use HA deployment type Specify DeploymentType as SINGLE_AZ_HA in CloudFormation or Terraform
  4. Configure backup and snapshot policies for the new file system Align schedules with RPO requirements using AWS Backup

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related