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.

已提问 2 年前442 查看次数
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 年前

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

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

回答问题的准则