I had a site running on elastic beanstalk and sent out the url for demonstration purposes. That site has now moved out of elastic beanstalk to a plain Amazon EC2 instance. I would like to keep the same url so that anyone I previously sent the link to will still be able to access the site. Is it possible to automatically redirect the elastic beanstalk domain to my EC2 instance?
Thanks