Amazon EFS · Arazzo Workflow
Amazon EFS Find or Create File System
Version 1.0.0
Look up a file system by creation token and create it only if it does not already exist.
View Spec
View on GitHub
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorageArazzoWorkflows
Provider
Workflows
find-or-create-file-system
Resolve a file system by creation token, creating it only when absent.
Searches for an existing file system by its creation token and, depending on whether one is found, either returns the existing file system or creates a new one with the supplied configuration.
1
findFileSystem
describeFileSystems
Describe file systems restricted to the supplied creation token and branch on whether a match already exists.
2
createFileSystem
createFileSystem
Create a new file system with the supplied creation token when no existing file system matched.