AWS: add second internal load balancer to elastic beanstalk in terraform

Is it possible to manipulate beanstalk’s autoscaling group and target group in terraform adding additional (internal) load balancer? If yes, how?

I want to have 2 load balancers one internal and the other one public. I found this workaround from AWS:

Is there any other smarter solution?

1 Like