Skip to main content

Vpc Peering



Resource Icon

Resource Overview

A Virtual Private Cloud (VPC) is a dedicated virtual network for your AWS account. It is logically isolated from other virtual networks in the AWS cloud. You can launch AWS resources, such as Amazon EC2 instances, within your VPC. A VPC peering connection is a networking connection between two VPCs that enables traffic to route between them using private IPv4 addresses or IPv6 addresses. Instances in the VPCs can communicate with each other as if they were within the same network. You can create a VPC peering connection between your own VPCs or between a VPC in another AWS account. VPCs can be in different regions, which is referred to as inter-region VPC peering.

Associated Resources

Parent Resources

Resource Setting Values

  • linked_vpc_name_01: The name of VPC from which the request is sent
  • linked_vpc_name_02: The name of VPC to receive requests
  • auto_accept: Whether to automatically accept peering connections - true, false

Reference Materials