(delete-all-stacks! & {:keys [confirm? regions]})
Deletes all CloudFormation stacks.
Must pass :confirm? and a seq of regions.
Deletes all CloudFormation stacks. Must pass :confirm? and a seq of regions.
(delete-orphaned-snapshots! & {:keys [confirm? regions]})
Deletes all snapshots that are not referenced by any AMI.
Must pass :confirm? and a seq of regions.
Deletes all snapshots that are not referenced by any AMI. Must pass :confirm? and a seq of regions.
(deregister-all-amis! & {:keys [confirm? regions]})
Deletes all AMIs.
Must pass :confirm? and a seq of regions.
Deletes all AMIs. Must pass :confirm? and a seq of regions.
(full-delete-all-stacks! & {:keys [confirm? regions]})
Deletes all CloudFormation stacks. Attempts to delete resources such as S3 objects that would otherwise prevent deleting the stack.
This will not delete stacks with termination protection enabled.
Must pass :confirm? and a seq of regions.
Deletes all CloudFormation stacks. Attempts to delete resources such as S3 objects that would otherwise prevent deleting the stack. This will not delete stacks with termination protection enabled. Must pass :confirm? and a seq of regions.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |