Amazon EFS · Arazzo Workflow
Amazon EFS Provision File System
Version 1.0.0
Create an EFS file system, wait for it to become available, then attach a mount target.
View Spec
View on GitHub
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorageArazzoWorkflows
Provider
Workflows
provision-file-system
Create a file system, poll until available, and add a mount target.
Creates an encrypted, idempotent EFS file system, waits for the LifeCycleState to transition from creating to available, then provisions a mount target in the supplied subnet.
1
createFileSystem
createFileSystem
Create a new, empty file system using the supplied creation token so the request is idempotent across retries.
2
waitForAvailable
describeFileSystems
Poll the describe operation for the newly created file system until its LifeCycleState reports available before any mount target is attached.
3
createMountTarget
createMountTarget
Create a mount target for the available file system in the requested subnet so EC2 instances in that subnet can mount it.