I'm trying to use the eb cli utility ( version 3.8.7 ) to try to SSH to my ElasticBeanstalk managed instances.
The instances have only private ip addresses and I'm connected using a VPN to the VPC.
When I run the command eb ssh it's trying to connect on the private DNS domain which my local DNS can't resolve
$ eb ssh -n 1
INFO: Attempting to open port 22.
INFO: SSH port 22 open.
INFO: Running ssh -i /Users/dkotvan/.ssh/qa-cert ec2-user@ip-xxx-xxx-xxx-xxx.ec2.internal
ssh: Could not resolve hostname ip-xxx-xxx-xxx-xxx.ec2.internal: nodename nor servname provided, or not known
Is there a way to configure the eb cli utility to use the local ip address instead?