Answers4AWS / graffiti-monkey

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

filter option not working #45

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi Guys,

I am trying to use filter option for one particular instance or tag value buts not working. Can anyone help me on this please. want to test on one instance first in PROD before implementing in entire environment.

snemetz commented 6 years ago

Code from pip is old. Need to use from repo instead

dkelertasaamgroup commented 5 years ago

What is an example usage of the filter for instance ID or a tag value? I've tried things like

--filter="[{'Name': 'tag:Name','Values': ['SERVER-XYZ']}]" and --filter="'tag:Name': ['SERVER-XYZ', 'SERVER-ABC']

but it seems to ignore and apply tagging to all instances