Searched refs:ami_id (Results 1 – 6 of 6) sorted by relevance
105 ami_id = self.sd.get('ami_id')108 if not ami_id:117 rs = ec2.get_all_images([ami_id])123 print('Starting AMI: %s' % ami_id)
26 ami_id = ami-dc799cb5
160 if options.ami_id:161 ami = ec2.get_image(options.ami_id)163 ami_id = options.ami_id variable
619 ami_id=None, ssh_key_name=None, argument736 if ami_id is not None:737 params['AmiId'] = ami_id2524 hostname=None, os=None, ami_id=None, argument2618 if ami_id is not None:2619 params['AmiId'] = ami_id
101 ami_id = StringProperty(verbose_name="AMI ID") variable in Server215 ami = ec2.get_all_images(image_ids = [str(self.ami_id)])[0]
243 ami_id = CalculatedProperty(verbose_name="AMI ID", calculated_type=str, use_method=True) variable in Server