Blogs

RDS Sharding & Quick Commands

Source article on RDS sharding by Amazon. http://aws.amazon.com/articles/0040302286264415#virtualshards What is sharding? Here unlike ec2 instances there is no rds-db-instance-id instead we use the db-instance names (called as dbinstance_identifiers) in our rds commmands to identify among rds-db-instances.

Read more

RDS Scaling

If your app gets to the point that you need to start scaling either up or out, it is a good idea to switch to multi-AZ if you don’t run it already.

Read more

ELB and Autoscaling in AWS

Installing ELB and Autoscale API tools export AWS_ELB_HOME=/home/users/unni/bashrc/elbtool/ElasticLoadBalancing-1.0.12.0 export PATH=$PATH:$AWS_ELB_HOME/bin export AWS_AUTO_SCALING_HOME=/home/users/unni/bashrc/auto/AutoScaling-1.0.33.1 export PATH=$PATH:$AWS_AUTO_SCALING_HOME/bin AUTOSCALING Create AS, Create AS Group and Setup Scaleup Parameter.

Read more