伙计们,我不仅试图检索正在运行的机器的实例 ID,还试图检索我在 aws 控制台中添加到它们的别名。
这是正确的方法吗?我没有得到任何有趣的东西......
import boto
botoEC2 = boto.connect_ec2('asdf','asdfasdfasdfasdf')
rsv = botoEC2.get_all_instances()
tags = botoEC2.get_all_tags()
print tags
dir (tags)
print tags
print tags.status
print tags.pop
print tags.count
print tags.tagSet
print tags.requestId
print tags.index
print tags.
print tags.requestId
print tags.index
print tags.key_marker
print tags
输出:[标签:ec2tag,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称,标签:ec2tag,标签:名称,标签:名称,标签:名称,标签:名称,标签:名称]
谢谢!