Replace Network ACL Association

GET {{aws_ec2_base_url}}/?AssociationId&DryRun&NetworkAclId&Action=ReplaceNetworkAclAssociation

Changes which network ACL a subnet is associated with.

Request Params

KeyDatatypeRequiredDescription
AssociationIdnullThe ID of the current association between the original network ACL and the subnet.
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
NetworkAclIdnullThe ID of the new network ACL to associate with the subnet.
Actionstring