ec2_associate_security_group_vpc: Associates a security group with another VPC in the same...

View source: R/ec2_operations.R

ec2_associate_security_group_vpcR Documentation

Associates a security group with another VPC in the same Region

Description

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.

Usage

ec2_associate_security_group_vpc(GroupId, VpcId, DryRun = NULL)

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 is UnauthorizedOperation.


paws.compute documentation built on April 4, 2025, 5:47 a.m.