皆さん、実行中のマシンのインスタンス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、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、タグ:名前、Tag:ec2tag、Tag:Name、Tag:Name、Tag:Name、Tag:Name、Tag:Name]
ありがとう!