Amazon EFS · Arazzo Workflow
Amazon EFS Multi-AZ Mount Targets
Version 1.0.0
Create a file system, wait until available, then attach mount targets in two Availability Zones.
View Spec
View on GitHub
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorageArazzoWorkflows
Provider
Workflows
multi-az-mount-targets
Provision a file system and attach mount targets in two subnets across Availability Zones.
Creates an EFS file system, waits for it to become available, and creates two mount targets in two different subnets so the file system is mountable from multiple Availability Zones.
1
createFileSystem
createFileSystem
Create the file system using the supplied idempotent creation token.
2
waitForAvailable
describeFileSystems
Poll the file system until its LifeCycleState reports available so mount targets can be created.
3
createPrimaryMountTarget
createMountTarget
Create the first mount target in the primary subnet.
4
createSecondaryMountTarget
createMountTarget
Create the second mount target in a subnet from a different Availability Zone for cross-AZ availability.