Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So I use elastic beanstalk to setup an elastic ip associated to an instance that is running in my environment. I have a minimum of 2 instances with 2 ebs volumes and one elastic load balancer. This all works great.

Now, if the instance that is not associated to the elastic ip fails and restarts then nothing noticeable happens and life goes on. If the instance that has the elastic ip associated to it drops then when the instance restarts the elastic ip association is no longer there. I have to go in manually and reassociate it to an instance. My googling leads me to believe that I can programatically have that elastic ip associated to the new instance, automatically, but I'm not understanding the steps involved. Could someone provide a detailed explanation of how I would do this? It would be greatly appreciated.

share|improve this question

closed as off topic by timday, Mark, Andrew Barber, j0k, Abhinav Sarkar Sep 21 '12 at 21:09

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Use the tools provided (see also).

Where this gets more interesting is that if you have the instance do this itself on boot-up, it'll need the appropriate security permissions (some keys). And if you're sensible you don't put your keys on your instances... but you can create some with reduced permissions via IAM.

share|improve this answer
Up to now I have been using the Console to interact with AWS as I am new at this. So I got the CLI tools up and working as well as setting up a user account that can only associate address. I'm still not clear what to do from here. I am not sure what this means from your link You can do it with something like this, in the /etc/rc.local on the server in question: (then the command) Does that mean I'm supposed to add that command to a file /etc/rc/local? How do I do that? Also I'm not clear what to do with the limited permission user account that I created. – cafman Sep 21 '12 at 15:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.