Associates a security group with another VPC in the same Region
Source:R/ec2_operations.R
ec2_associate_security_group_vpc.RdAssociates 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.
Arguments
- GroupId
[required] A security group ID.
- VpcId
[required] A VPC ID.
- DryRun
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 isUnauthorizedOperation.