Amazon EFS · Arazzo Workflow
Amazon EFS Decommission File System
Version 1.0.0
Confirm a file system has no mount targets, then delete the file system.
View Spec
View on GitHub
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorageArazzoWorkflows
Provider
Workflows
decommission-file-system
Verify no mount targets remain, then delete the file system.
Describes the file system, lists its mount targets, and deletes the file system only when it has zero mount targets, preventing a delete that EFS would reject.
1
describeFileSystem
Describe the file system to confirm it exists and capture its reported number of mount targets before attempting deletion.
2
listMountTargets
Enumerate the current mount targets for the file system and branch on whether any remain attached.
3
deleteFileSystem
Permanently delete the file system now that no mount targets are attached, severing access to its contents.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.