Answers4AWS / graffiti-monkey

Goes around tagging things
Apache License 2.0
255 stars 88 forks source link

Added --append option #12

Closed paulwakeford closed 9 years ago

paulwakeford commented 9 years ago

By default graffiti-monkey overwrites existing tags when propagating. Setting this option makes it append the new tags to the list of existing tags. Note that AWS enforces a maximum of ten tags per resource and if this limit is exceeded only the first ten tags (with existing tags taking priority) are set. The tag snapshot function is wrapped in a try.. except block to handle this.

paulwakeford commented 9 years ago

oops

pas256 commented 9 years ago

Thank you! Sorry it took so long for me to get to this PR.