I have my custom domain xxx.com.pl I would like to run a service on Elastic Beanstalk. How should I configure my domain. Should I use my Elastic Load Balancer DNS:
awseb-e-k-AWSEBLoa-xxx.eu-central-1.elb.amazonaws.com
or environment URL:
xxx.asdasdasda.eu-central-1.elasticbeanstalk.com
If I select environment URL I can always create another environment and use swap URLs for recovery. I cannot do this easy way If I select ELB DNS. Probably usage of ELB DNS is faster. Am I right? What is the best practice?