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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -