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

Introduction Docker is open source platform for developing, shipping and running your applications. It also enables you to separate your applications from the infrastructure, this results in faster delivery of the software. Docker comes with two editions Community Edition(CE) This is mainly used by developers & ideal for small teams, experimenting with container-based apps e…

Docker Installation Basic Commands