I have 3 VPCs (A, B, C) where VPC private link is established between A<-->B, and VPC peering is established between B<-->C.
Is it possible for instances in VPC A to reach VPC C via a VPC endpoint in VPC B?
I have 3 VPCs (A, B, C) where VPC private link is established between A<-->B, and VPC peering is established between B<-->C.
Is it possible for instances in VPC A to reach VPC C via a VPC endpoint in VPC B?
Copyright © 2021 Jogjafile Inc.
As per the AWS documentation,
This documentation can be found here: https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-basics.html#vpc-peering-basics-multiple
So the peering is only between B and C. With private link, you gave VPC A permission to hit a service via a VPCE in VPC B, but that's where it ends. It will not be able to reach VPC C in this current setup.