Shared VPC for multiple Companies

0

is it possible for a Group of companies with independent IT infrastructure to share a VPC? This is a corporation, let's say CorporateXX, which includes Company A, B, C and D. Each company with their own IT infrastructure. They want to build a data warehouse where relevan information, from all 4 companies, will be shared for the corporate executives. Is it possible? is it a cost effective solution? of course security is the main concern.

1 Answer
1
Accepted Answer

Are these different companies that belong to the same corporate group part of the same AWS organization, or do they have their own independent AWS organizations?

If they are part of the same AWS organization and just have their own independent AWS accounts, then yes it is possible to share VPCs as documented here - https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html

This blog is also worth a read - https://aws.amazon.com/blogs/networking-and-content-delivery/vpc-sharing-a-new-approach-to-multiple-accounts-and-vpc-management/

If these are in different AWS organizations, you can create one account and VPC in the corporate organization where you will deploy the data warehouse and peer it with VPCs from other sub-companies' AWS accounts. That way you will be able to move data to the data warehouse in the corporate account VPC.

VPC peering with VPCs in other organizations can put you out of compliance with NIST4 as per this from Trend Micro - https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/VPC/vpc-peering-connections-to-accounts-outside-aws-organizations.html

profile pictureAWS
EXPERT
answered 2 years ago
profile pictureAWS
EXPERT
reviewed 2 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.

Guidelines for Answering Questions