Setting up SSL in Elastic Load Balancer

SSL is now inevitable for web application that handles user data or any sensitive information. Now a days more and more web applications making their web traffic encripted. For some it's not just about the security, but also increases credibility...

Introduction to Route 53

Route 53 is the scalable DNS service from AWS. It’s fairly simple and straightforward, and Amazon provides excellent documentation with detailed explanations of the concepts behind the service. Route 53 can be managed from the AWS console or...

PHP and Git on AWS Elastic Beanstalk

Elastic Beanstalk, which launched in January 2011, is a Platform service that simplifies application deployment in AWS. Amazon has recently extended Beanstalk with PHP language support. By adding PHP in Beanstalk, Amazon has made clear their move...

PHPFog and Pagoda Box: A Look at PHP Platforms

Platform as a Service (PaaS) is a cloud computing delivery model which enables companies to focus on business and development, leaving infrastructure management, life cycle management, etc. to service providers... Continue...

Summary of AWS Cloud Tour India 2011

Last day (17 Nov 2011) I went to AWS cloud tour India at Banglore. Though it was somewhat business centric, attending sessions of evangelists from aws was really great. Event started with the keynote by Werner Vogels. He explained the current state...

Mysql Replication in Amazon EC2

In this article we will go through how to set up mysql replication in amazon EC2. Its a pretty basic introduction to replicaton, intended for beginners. We will go through how to start an Amzon instance, installing lamp and setting up replication....