Filter instances
Closed this issue · 1 comments
raymondbutcher commented
A config file should allow defining filters, so only certain instances are shown/used.
E.g.
[filter.ec2.State]
Name = "running"
[filter.ec2.Tags]
Environment = "dev"
[filter.ssm]
PingStatus = "Online"
raymondbutcher commented
Done.