Merge pull request #1239 from terrycain/new_ec2_instance_id_style
Use long format for EC2 instance ID
This commit is contained in:
commit
731bb39fe1
@ -51,7 +51,7 @@ def random_ami_id():
|
|||||||
|
|
||||||
|
|
||||||
def random_instance_id():
|
def random_instance_id():
|
||||||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['instance'])
|
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['instance'], size=17)
|
||||||
|
|
||||||
|
|
||||||
def random_reservation_id():
|
def random_reservation_id():
|
||||||
|
Loading…
Reference in New Issue
Block a user