amazonka-ec2-1.0.1: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateVPCPeeringConnection

Contents

Description

Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. The peer VPC can belong to another AWS account. The requester VPC and peer VPC cannot have overlapping CIDR blocks.

The owner of the peer 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.

A CreateVpcPeeringConnection request between VPCs with overlapping CIDR blocks results in the VPC peering connection having a status of failed.

See: AWS API Reference for CreateVPCPeeringConnection.

Synopsis

Creating a Request

createVPCPeeringConnection :: CreateVPCPeeringConnection Source

Creates a value of CreateVPCPeeringConnection with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cvpcPeerVPCId :: Lens' CreateVPCPeeringConnection (Maybe Text) Source

The ID of the VPC with which you are creating the VPC peering connection.

cvpcVPCId :: Lens' CreateVPCPeeringConnection (Maybe Text) Source

The ID of the requester VPC.

cvpcPeerOwnerId :: Lens' CreateVPCPeeringConnection (Maybe Text) Source

The AWS account ID of the owner of the peer VPC.

Default: Your AWS account ID

cvpcDryRun :: Lens' CreateVPCPeeringConnection (Maybe Bool) Source

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.

Destructuring the Response

createVPCPeeringConnectionResponse Source

Creates a value of CreateVPCPeeringConnectionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses