Amazon EFS · Arazzo Workflow
Amazon EFS Provision Mount Target
Version 1.0.0
Verify a file system is available, create a mount target, then poll until the mount target is available.
View Spec
View on GitHub
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorageArazzoWorkflows
Provider
Workflows
provision-mount-target
Confirm a file system is available, add a mount target, and poll until it is available.
Validates that an existing file system is available, creates a mount target in the supplied subnet, then waits for the mount target LifeCycleState to become available.
1
confirmFileSystemAvailable
describeFileSystems
Describe the target file system and confirm it is in the available lifecycle state before attaching a mount target.
2
createMountTarget
createMountTarget
Create a mount target for the available file system in the requested subnet, optionally pinning a specific IP address and security groups.
3
waitForMountTargetAvailable
describeMountTargets
Poll the mount targets for the file system until the newly created mount target reports the available lifecycle state.