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
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def random_ami_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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue