Answers4AWS / graffiti-monkey

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

propagate aws internal tags #28

Open kabakakao opened 8 years ago

kabakakao commented 8 years ago

We have some "aws internal" tags we want to propagate to the volume and the snapshots:

aws:autoscaling:groupName

But Amazon didn't allow to set such Tags. So they have to be renamed (replace ":" with "-" for example). Is there a way to do that?

paulwakeford commented 8 years ago

No, you will need to add support for this yourself.