Re: EC2 stuff

2015-01-10 Thread Sebastien Goasguen
On Jan 10, 2015, at 8:26 AM, Tomaz Muraus wrote: > Iirc, this attribute is not populated immediately after create node > returns. It takes a while, you can poll list nodes or use wait until > running method. got it , it works n, ip = driver.wait_until_running(nodes=[node])[0] thx > On Jan 10

Re: EC2 stuff

2015-01-10 Thread Tomaz Muraus
Iirc, this attribute is not populated immediately after create node returns. It takes a while, you can poll list nodes or use wait until running method. On Jan 10, 2015 12:13 PM, "Sebastien Goasguen" wrote: > Hi folks, > > quick one. How do I get the public IP of an EC2 instance. > > It seems nod

EC2 stuff

2015-01-10 Thread Sebastien Goasguen
Hi folks, quick one. How do I get the public IP of an EC2 instance. It seems node.public_ips returns an empty list. thanks, -sebastien