Designing VPC to host multiple businesses

0

Curious what best practices are in designing a VPC. Is it best to isolate each hosted customer on a separate VPC or do most have a single VPC with multiple subnets for each customer? I know it can get quite expensive having separate VPCs for each customer with security appliances, load balancers, etc configured for each. Please let me know your thoughts.

Thank you

2 回答
1

Hi,

As soon as I hear the words "isolated" and "hosted customer", I immediately turn to the use of multiple VPCs. There is no explicit cost for creating separate VPCs and they provide the perfect tooling for customer segmentation. As for providing services, such as firewalls, inbound load balancing and so forth, consider using shared services as part of your hosting offer for your customers. Using tools like Transit Gateway, you can connect all of your VPCs, along with your shared networking services, described above. Using custom routing tables VPCs can still be isolated (with up to 5000 VPC attached to a single TGW) but benefit from using the shared ingress or even in-line firewall inspection.

Here is a link to a number of configurations possible using Transit GW, with one covering your exact situation, isolated VPCs using shared services -

https://docs.aws.amazon.com/vpc/latest/tgw/TGW_Scenarios.html

This article covers many AWS Network Firewall design configurations, but pay attention to the section "Centralized deployment model" :

https://aws.amazon.com/blogs/networking-and-content-delivery/deployment-models-for-aws-network-firewall/

Here is another awesome PDF walking through numerous reference designs using Transit Gateway:

https://d1.awsstatic.com/events/reinvent/2019/REPEAT_1_AWS_Transit_Gateway_reference_architectures_for_many_VPCs_NET406-R1.pdf

profile pictureAWS
已回答 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前
0

Hi,

Well, answer is it depends :)

I suggest a good read to this https://aws.amazon.com/blogs/security/security-practices-in-aws-multi-tenant-saas-environments/ which discusses different deployment models.

On top of that, have a look at best practices for tenant isolation with pros and cons: https://d1.awsstatic.com/whitepapers/saas-tenant-isolation-strategies.pdf

Hope it helps ;)

profile picture
专家
已回答 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前

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

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

回答问题的准则