VPC Peering connection is NOT transitive
- must be enabled for each VPC that need to communicate with one another. 相互启用, 不能单方启用.
- You must update route tables in each VPC’s subnets to ensure EC2 instances can communicate with each other
- example:
- a->b, b->c. 但不能以此推导出 a->c, 没有传递性.
- 必须启用 a->c.