Hi,

I use Vagrant mainly with AWS VPC right now. I frequently have to know the 
Vagrant box's IP address in order to run things like "curl" connecting to 
it from my laptop.

I'm aware of "vagrant ssh" giving me an interactive shell on the box 
itself, but I want to be able to communicate with it directly from my 
laptop.

Right now the only way I found is to lookup the instance in the AWS console 
(additional tags like "environment=vagrant", username and instance name 
make it easy to find).

I was wondering whether there is already a way to query this information 
from Vagrant itself, after all it uses this information heavily in order to 
ssh into the instance.

What I have in mind is something like perhaps "vagrant status --long".

Any thoughts? Am I missing something?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to