Tokkio app deployment

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.

This is really a question for the ACE team and not part of Omniverse. Please reach out to them. I will try to pass your comments along.

Hi @Richard3D . Thank you for your reply. What would be the best way to reaching out to the ACE team? Do they have a space of their own on the forum? The closest I could find is this one, but it has been closed.

Thank you

Ok so I heard back from the ACE team. The issue is that you do not have enough AWS credits to proceed. If you are getting this you need to get more AWS credits. That is the feedback I got.

Hi @Richard3D . Could you ask them how many AWS credits would be required? I have just under USD$1000 AWS credits on my account as we speak. Or better yet, is there a channel I can use to directly reach out to them?

Thank you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.