I'm using Elastic Beanstalk, Route 53 and the eb cli tool eb init, start, stop etc.
. My Elastic Beanstalk instance is running PHP 5.4 on 64bit Amazon Linux.
I've created a hosted zone in Route 53 and added an alias to point my domain name at the Elastic Load Balancer. The load balancer that's created when I run the command eb start
. I followed these instructions: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/HowToAliasRRS.html
When I make some config changes (e.g. add a keypair), stop Elastic Beanstalk eb stop
and start again eb start
the Load Balancer's DNS name changes and I have to manually change the alias in Route 53.
Is there a way to avoid this or automate updating the alias?