Recently, I came across use case where applications are being deployed using AWS Beanstalk Services. When you deploy your applications using Beanstalk, your application URL looks like my-environment.us-west-2.elasticbeanstalk.com, which is not at all user friendly. Beanstalk details To make the URLs user friendly, one must Launch Reverse proxy server (EC2 instance). After launching…

Host sub-domain in an existing parent domain using AWS Route53