jckuester / awsweeper

A tool for cleaning your AWS account
Mozilla Public License 2.0
468 stars 45 forks source link

Improve dependency ordering #52

Closed kadaan closed 4 years ago

kadaan commented 4 years ago

Change dependency ordering so that ASGs and Instances are deleted before anything they use, such as KeyPairs, LaunchConfigurations, etc. Also, order them in descending numeric order so that it is easy to see what order they will be processed in.

jckuester commented 4 years ago

Good idea :+1: