python - Amazon Resource Name AWS RDS -
i list tags of rds instance, method/api requires have resources name. how can arn or resource name list tags.
is there other way list tags using boto
api: list-tags-for-resource
reference: http://docs.aws.amazon.com/amazonrds/latest/commandlinereference/clireference-cmd-listtags.html
i think have list rds instances , loop on them, calling 'list-tags-for-resource' on each one:
http://boto.readthedocs.org/en/latest/ref/rds.html#boto.rds.rdsconnection.get_all_dbinstances
Comments
Post a Comment