Created
October 30, 2013 18:41
-
-
Save elkelk/7237757 to your computer and use it in GitHub Desktop.
Delete AWS simpleDB development domains (assuming you use "Dev" in the name).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS::SimpleDB.new.domains.select{|d| d.name.include? "Dev"}.map{|d| d.delete! } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment