You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AWS limits number of VPCs to 5. Creating any 5 scenarios that require a VPC exhausts this limit and all create commands fail with a error creating EC2 VPC: VpcLimitExceeded: The maximum number of VPCs has been reached. error.
Would it be possible to reuse some of the VPCs created as part of other create operations.
Currently AWS limits number of VPCs to 5. Creating any 5 scenarios that require a VPC exhausts this limit and all
create
commands fail with aerror creating EC2 VPC: VpcLimitExceeded: The maximum number of VPCs has been reached.
error.Would it be possible to reuse some of the VPCs created as part of other
create
operations.A workaround is to request a VPC quota increase at https://us-east-1.console.aws.amazon.com/servicequotas/home/services/vpc/quotas/L-F678F1CE
The text was updated successfully, but these errors were encountered: