Use long format for EC2 instance ID
This commit is contained in:
parent
acb1cac0b7
commit
93b8da0437
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue