Hi,
I am trying to deploy the Tokkio demo on AWS, and I keep getting this error:
╷
│ Error: creating EC2 Instance: VcpuLimitExceeded: You have requested more vCPU capacity than your current vCPU limit of 32 allows for the instance bucket that the specified instance type belongs to. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.
│ status code: 400, request id: e79ff225-96b6-4890-8c2e-57aef09d0c3b
│
│ with module.app.module.app_instance[“1”].aws_instance.this[0],
│ on …/modules/aws/ec2/main.tf line 68, in resource “aws_instance” “this”:
│ 68: resource “aws_instance” “this” {
│
I believe this pertains to EC2 instance of the g4dn.12xlarge type. I had to contact AWS several times have them increase the quota all the way to 32 VCpus (by default the quota is 0). Yet I am still getting this error. Now AWS is reluctant to make further quota increases unless I can give them an exact number of VCpus needed.
Anybody know how many VCpus is needed? I looked through the Terraform code in Tokkio and I could find no mention of this.
Thank you.