Quantcast
Channel: Technical Blog for Software Enthusiasts
Browsing all 26 articles
Browse latest View live

Creating 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 Article


Terminating 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 Article


Swap 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...

View Article

Deploying 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

Development Environment - Customizing AWS Elastic Beanstalk

Let us turn our attention to the development environment which is what we extensively use on a daily basis at hudku.com. I strongly recommend one and all to make use of the Amazon's AWS Free Usage...

View Article


Final Part - Customizing AWS Elastic Beanstalk

Finally we have reached the end of this saga of customizing AWS Elastic Beanstalk using suite of Linux Bash scripts. This post contains a link to a downloadable zip file which contains all the scripts...

View Article
Browsing all 26 articles
Browse latest View live