auto-tag icon indicating copy to clipboard operation
auto-tag copied to clipboard

Doesn't support all taggable resources

Open varunchandak opened this issue 5 years ago • 5 comments

I was going through the docs of AWS and I there are several more resources that can be tagged:

https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/supported-resources.html#supported-resources-tagging-console

varunchandak avatar May 27 '19 06:05 varunchandak

I've added support for the following resources in 292dec9

  • CloudWatch Alarm
  • CloudWatch Events Rule
  • CloudWatch Log Group
  • EC2 Customer Gateway
  • EC2 DHCP options
  • VPN Gateway
  • Lambda function

FYI, tagging for some of these resources is not yet available for editing/viewing in the UI.

rayjanoka avatar Nov 19 '19 18:11 rayjanoka

Let me know if there are any resources in particular that would be useful and I can prioritize those.

rayjanoka avatar Nov 19 '19 18:11 rayjanoka

I've packed this into a new release https://github.com/GorillaStack/auto-tag/releases/tag/0.5.2

https://github.com/GorillaStack/auto-tag/releases/download/0.5.2/autotag-0.5.2.zip

Also, both the main and collector CloudFormation templates will need to be updated.

rayjanoka avatar Nov 19 '19 19:11 rayjanoka

https://github.com/GorillaStack/auto-tag/issues/49#issuecomment-555652133 Awesome !

https://github.com/GorillaStack/auto-tag/issues/49#issuecomment-555652334 Definitely !

for the new release, I'll have to manually build it again as I am using few hardcoded taggings in the default worker js.

varunchandak avatar Nov 20 '19 09:11 varunchandak

Working properly.

varunchandak avatar Nov 22 '19 14:11 varunchandak