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回答
1
承認された回答

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
エキスパート
回答済み 2年前
profile pictureAWS
エキスパート
レビュー済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ