Searched refs:get_only_instances (Results 1 – 4 of 4) sorted by relevance
125 instance = ec2.get_only_instances([self.instance_id])[0]
126 for i in ec2.get_only_instances():
1364 self.ec2.get_only_instances()
587 def get_only_instances(self, instance_ids=None, filters=None, member in EC2Connection