Virtual Private Gateway functionality
This commit is contained in:
parent
1a015d0e39
commit
166fd69515
5 changed files with 231 additions and 9 deletions
|
|
@ -81,6 +81,10 @@ def random_network_acl_subnet_association_id():
|
|||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['network-acl-subnet-assoc'])
|
||||
|
||||
|
||||
def random_vpn_gateway_id():
|
||||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['vpn-gateway'])
|
||||
|
||||
|
||||
def random_volume_id():
|
||||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['volume'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue