turbot / steampipe-mod-aws-tags

Is your AWS tagging strategy following best practice? This mod checks if your AWS resource tags are set correctly to help you manage them effectively using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/aws_tags
Apache License 2.0
19 stars 8 forks source link

AWS Organizations Tagging resources #31

Closed rbracewell closed 1 year ago

rbracewell commented 1 year ago

Is your feature request related to a problem? Please describe. Looking at the Steampipe docs I can’t see controls that allow for the querying of tags against Organizational resources, such as

These resources support tags are documented per AWS docs https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html

Describe the solution you'd like Once tables have been added with the tag column controls should be added to surface the additional tag data

Describe alternatives you've considered None

Additional context None

cbruno10 commented 1 year ago

Hi @rbracewell , for the resources you've mentioned, if there is no tag information available in the AWS plugin tables today, we'd need to add them in the AWS plugin.

Can you please open an issue in the AWS plugin repository if this is the case and we can have a closer look? Thanks!