VPC Peering in the Reference Architecture #36
-
|
Can you configure VPC Peering with existing environments with the Reference Architecture? If so, can you customize the CIDR blocks of new VPCs deployed with the Reference Architecture? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The Reference Architecture supports VPC peering with existing environments, but it will not automatically setup peering for you. Once deployed, you can setup the peering access with the existing VPCs by modifying the
To accommodate VPC peering, we allow configuring the specific CIDR blocks of the VPCs being deployed at the Reference Architecture configuration time. |
Beta Was this translation helpful? Give feedback.
The Reference Architecture supports VPC peering with existing environments, but it will not automatically setup peering for you. Once deployed, you can setup the peering access with the existing VPCs by modifying the
terragrunt.hclconfiguration of the Reference Architecture to configure the peering variables:create_peering_connectionorigin_vpc_idorigin_vpc_nameorigin_vpc_route_table_idsorigin_vpc_cidr_blockorigin_vpc_public_subnet_idsTo accommodate VPC peering, we allow configuring the specific CIDR blocks of the VPCs being deployed at the Reference Architecture configuration time.