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
describeFileSystems
Describe the file system to confirm it exists and capture its reported number of mount targets before attempting deletion.
2
listMountTargets
describeMountTargets
Enumerate the current mount targets for the file system and branch on whether any remain attached.
3
deleteFileSystem
deleteFileSystem
Permanently delete the file system now that no mount targets are attached, severing access to its contents.