我想列出RDS实例的所有标签,但方法/ API需要具有资源名称。如何获取arn或资源名称以列出我的所有标签。
有没有其他方法可以使用boto列出标签
API:list-tags-for-resource
参考: http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-ListTags.html
答案 0 :(得分:3)
我认为您必须列出所有RDS实例,然后循环遍历它们,调用' list-tags-for-resource'每一个:
http://boto.readthedocs.org/en/latest/ref/rds.html#boto.rds.RDSConnection.get_all_dbinstances