Cross Region private link

0

I'd like to be able to configure private link across regions as a provider only supports it's product in a region they we don't have our workloads in. Currently this is not available ( Feb 2022 ). Is the current best practice to setup the private link in the same region as the provider then use VPC peering to connect back to my application in the "other region"?

AWS
Paul-K
已提问 2 年前8723 查看次数
2 回答
2
已接受的回答

Basis for the pattern is from this whitepaper - https://d1.awsstatic.com/whitepapers/aws-privatelink.pdf

Deploy a dedicated VPC in vendor region in your account

Create a Private Link connection between Vendor account and your account

Create a cross region VPC peering connection between your VPCs

AWS
AJ_C
已回答 2 年前
profile pictureAWS
专家
已审核 2 年前
  • Thanks for that reference and for confirming AJ.

  • will it work with Transit Gateway connection between regions instead of cross region VPC peering ?

0

Hey AWS-User-1585900 - typically if you are interacting with a 3rd party provider you want to use Private Link and not use something like a transit gateway. Connecting all of your own VPCs together across regions, transit gateway peering would be perfect.

AWS
AJ_C
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容