AWS, DevOps

Python Borrowing Resources using Fabric

In my previous blog post, I wrote about Cost Optimizations for the various AWS resources. The script consisted of six methods and the overall time required for the script to execute was roughly about 15-20 mins. While the script is running, it used to slow down my system. Also, there was a time consumption due to many reasons like...

by Aman Jain
Tag: Elastic Load Balancer
18-Jul-2016

AWS, DevOps

6 Tips for AWS Cost Optimization

As we know AWS provides a good edge in terms of cost over the on-premises data center or in a co-location environment with its On Demand and Reserved pricing. As it is rightly said "Reducing the overall cost is a high priority" and it is true for any organization whether big or small. By using AWS we can lower the IT costs, compute...

by Aman Jain
Tag: Elastic Load Balancer
30-Jun-2016

AWS

Attach and Detach Elastic Load Balancers from Auto-Scaling Groups

Recently AWS started a new feature of attaching and detaching the Load Balancer in an Auto-Scaling Group. If we attach a load balancer to an auto-scaling group it allows the load balancer to send traffic to the EC2 instance in the group. And when we are detaching a load balancer from a group stops it from sending traffic. I have 2...

by Aakash Garg
Tag: Elastic Load Balancer
22-Jun-2015

AWS, DevOps

Load Blancing of Amazon RDS Read Replica

AWS provide some intensive services and these are easily manageable and as being admin there is less overhead to scale up your application infrastructure. In automated deployments if we are planing to horizontally scale your database, with help of a single click we can populate read replica of our running database. But to handle large...

by Rajdeep Singh
Tag: Elastic Load Balancer
06-May-2015