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.