Associates a security group with another VPC in the same Region. This enables you to use the same security group with network interfaces and instances in the specified VPC.
See https://www.paws-r-sdk.com/docs/ec2_associate_security_group_vpc/ for full documentation.
ec2_associate_security_group_vpc(GroupId, VpcId, DryRun = NULL)
[required] A security group ID.
[required] A VPC ID.
Checks 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
.