Demystified – Zero Downtime with AWS Elastic Beanstalk
I honestly feel that this blog post is going to be one of the most important posts of this blog site and it is my great pleasure bringing it to you. Definitely please let us know your opinion in the...
View ArticleUpdating Route53 DNS Records – Customizing AWS Elastic Beanstalk
In this post let us see how to add or change DNS records using Amazon Route53 and the script we use for that is route53-update-dns.sh. At hudku.com we are using Route53. If you are not using Route53...
View ArticleCreating a Staging Environment – Customizing AWS Elastic Beanstalk
In this post we shall create a new AWS Elastic Beanstalk environment, not using the Amazon’s Elastic Beanstalk console but by using a bash script file. Amazon’s console is convenient and quite easy to...
View ArticleTerminating a Staging Environment – Customizing AWS Elastic Beanstalk
Let us discuss the script staging-terminate.sh which terminates the staging environment. The important point about the script is that out of all the available AWS Elastic Beanstalk environments, it...
View ArticleSwap Route53 DNS Records – Customizing AWS Elastic Beanstalk
Let me introduce the script swap-dns-records.sh used to swap the Route53 DNS records of production and staging environments. The script uses couple of new utility scripts and I shall present them too....
View ArticleDeploying Application to Existing Environment – Customizing AWS Elastic...
In this post we are going to deploy a new version of the application onto an existing AWS Elastic Beanstalk environment and it could be development, staging or the production environment. The scripts...
View Article