Issues Integrating Nvidia Deployment with Existing AWS Infrastructure Using Terraform

Hello,

I’ve been working on integrating the Nvidia deployment with our existing AWS resources using Terraform. I’ve passed all required existing resource identifiers (VPC, EC2, subnets, S3, Route 53, etc.) into the code and updated main.tf and module calls accordingly.

However, I’m still encountering persistent issues:
- Terraform continues to attempt creating resources (e.g., S3 buckets, EC2 instances, networking) even when IDs/ARNs are explicitly passed.

- Authorization errors appear for EC2 creation, despite no intention to create new instances.

- Existing domain names (base and subdomains) occasionally get swapped in the plan.

- Error messages often reference incorrect or non-existent lines, making debugging difficult.

- Fixing one error often triggers a new, unrelated one.

Would appreciate your guidance or if there’s an updated approach or module configuration better suited for existing resource integration.

Thanks,

@saurabh.buradkar786 What kind of nvidia deployment are you trying to integrate? Is it Isaac Sim?

Its Digital human tokkio.

Let me reach out to the internal team for your question.