Direct Connect is provisioned in one of the accounts (Network account) How to share DX to different AWS accounts

0

Direct Connect is provisioned in one of the accounts (Network account) How to share DX to different AWS accounts

Ali Md
已提问 1 年前1506 查看次数
2 回答
0
已接受的回答

For most basic setup

You need to create Virtual Interface and mention other account ID in it.

Please check steps here

https://docs.aws.amazon.com/directconnect/latest/UserGuide/create-vif.html

Create a private virtual interface For Virtual interface owner, choose Another AWS account, and then enter the AWS account.

=====================

A better/alternate approach will be. Create DX Gateway in your Network Account. Created VIF on DX Gateway in your Network Account. Then attach cross account VGW with your account DX Gateway

Again use same document link as above For Gateway type, choose Direct Connect gateway.

And use below document to connect cross account VGW with this DXGateway and it can use the virtual interface to reach on prem.

https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html

======================

Most Advance option is using Transit Gateway. But its usually preferred if you want VPC to VPC communications as well.

This document is good for overall understanding of different options.

https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/hybrid-connectivity-to-transit-gateway-ra.pdf?did=wp_card&trk=wp_card

已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • Thanks a lot

  • Thanks Tushar for sharing the input. Can you help what are the steps in need to follow on the Router for BGP configuration on prem side.

    Currently we have a private links connected on the router and needs configuration.

0

The best way is to put Transit Gateway in place and connect all accounts to it. Then you can share Direct Connect, backup site-to-site VPNs NAT Gateways and Interface VPC Endpoints from a central account to all others.

Another option is to create a Private VIF per account in Direct Connect and associate each with a VGW (Virtual Private Gateway) in each account.

I've talked about "accounts" above but of course it's actually VPCs that you're connecting to, and you may have more than one per account.

专家
已回答 1 年前

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

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

回答问题的准则