Liking cljdoc? Tell your friends :D

salmon.cleanup


delete-all-stacks!clj

(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.
sourceraw docstring

delete-orphaned-snapshots!clj

(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.
sourceraw docstring

deregister-all-amis!clj

(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.
sourceraw docstring

full-delete-all-stacks!clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close