Boto Ec2 and elastic IP's

Viewed 2775

Is it possible to associate an an elastic IP address with an ec2 instance using python boto? I'm trying to automate a deploy. I searched the api documentation in the ec2 section and found nothing.

1 Answers
Related