/AWS1/CL_EC2=>CREATEVPCPEERINGCONNECTION()
¶
About CreateVpcPeeringConnection¶
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.
Limitations and rules apply to a VPC peering connection. For more information, see the VPC peering limitations in the VPC Peering Guide.
The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.
If you create a VPC peering connection request between VPCs with overlapping CIDR
blocks, the VPC peering connection has a status of failed
.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_VPCID
TYPE /AWS1/EC2VPCID
/AWS1/EC2VPCID
¶
The ID of the requester VPC. You must specify this parameter in the request.
Optional arguments:¶
IV_PEERREGION
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
Default: The Region in which you make the request.
IT_TAGSPECIFICATIONS
TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST
TT_TAGSPECIFICATIONLIST
¶
The tags to assign to the peering connection.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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
.
IV_PEERVPCID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.
IV_PEEROWNERID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The Amazon Web Services account ID of the owner of the accepter VPC.
Default: Your Amazon Web Services account ID