INFORMATION
Relevant information to this issue:
- Link to your application : https://console.qovery.com/organization/384a8263-f2b0-4694-9793-6eb69ce1a0ce/clusters/general
ISSUE
Hello everyone!
I wanted to create a new cluster with Karpenter on AWS but after updating the permissions I get the following error
Transmitter: preprod - Unknown error while performing Terraform command (terraform apply -lock=false -no-color -auto-approve tf_plan
), here is the error:
Error: creating EC2 VPC: operation error EC2: CreateVpc, https response error StatusCode: 400, RequestID: 983a0828-31b5-4e89-a54d-3bfe5b85dd80, api error VpcLimitExceeded: The maximum number of VPCs has been reached.
with aws_vpc.eks,
on eks-vpc-common.tf line 29, in resource “aws_vpc” “eks”:
29: resource “aws_vpc” “eks” {
I know there’s a limit of 5 VPCs per region but I normally have 4 right now, and I guess I can reuse an existing VPC. How can I do this?
HOW TO REPRODUCE
- Create a new Cluster
- Let the default parameters into Features
- Create the cluster