On Jan 10, 2015, at 8:26 AM, Tomaz Muraus <[email protected]> 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, 2015 12:13 PM, "Sebastien Goasguen" <[email protected]> wrote: > >> 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 >>
