awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

Not able ot create more that 5 tenant in AWS SaaS Boost. #437

Closed SudhaGanesanAkilandam closed 1 year ago

SudhaGanesanAkilandam commented 1 year ago

AWS SaaS Boost create a vpn service for each tenant, so that our region 5 vpn only allotted so that we are not able to create more than 5 tenant.

PoeppingT commented 1 year ago

Hi @SudhaGanesanAkilandam , assuming you are speaking of the VPC created for each individual tenant (since SaaS Boost does not use AWS VPN) you can increase the limit of VPCs per region in your account by following the link on the AWS VPC documentation.

hellraiserii commented 1 year ago

Hi @PoeppingT, we also hit VPC limit count and requested to double it.

Is there a reason VPC limit starts that low by default(5) in AWS accounts? Is there a hard limit for VPCs we should care about?

PoeppingT commented 1 year ago

@hellraiserii That is a better question for the VPC team through AWS support. A likely answer is simply so that the VPC team can better plan for usage changes.