Skip to content

HOW TO CONNECT AN AWS CLOUD TO AWS CLOUD

0

I want to connect two vpc´s , each one comes from different accounts. I have evaluated the peering connection solution but i would like another option, any advice?

3 Answers
0
Accepted Answer

VPC peering is the simplest way to connect two VPCs.

There are other options depending on your use case, see here for more details, pros and cons.

AWS
answered 3 years ago
AWS
EXPERT
reviewed 3 years ago
0

Hi,

If VPC peering option (easiest) is discarded, then the one to evaluate is to use TransitGateway: https://catalog.workshops.aws/networking/en-US/beginner/lab1/030-tgw, thought for a small number of VPC may be overkill, as it fits more use case where you need to scale a big amount of VPCs connections.

EXPERT
answered 3 years ago
0

Another option is PrivateLink.

AWS
EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.