'Can we have 2 VPC Link associated with same NLB

I am trying to create API Gatweway via CDK, but the ECS Service I have is already associated with another VPC Link which is for a API Gateway via Console.

Now, I want to associate the New VPC Link which is via CDK to that ECS Service but I am getting that NLB is already associated with another service.

Is there any way I can achieve this.

Referring this Can we have 2 APIgateway for one NLB? seems not to work since I have the same account for CDK and console.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source