Add basic Network ACL create, describe support
This commit is contained in:
parent
79cd93119d
commit
0f18dd597c
5 changed files with 214 additions and 10 deletions
|
|
@ -72,6 +72,10 @@ def random_subnet_association_id():
|
|||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['route-table-association'])
|
||||
|
||||
|
||||
def random_network_acl_id():
|
||||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['network-acl'])
|
||||
|
||||
|
||||
def random_volume_id():
|
||||
return random_id(prefix=EC2_RESOURCE_TO_PREFIX['volume'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue