AWS, Technology

AWS Auto-scaling Lifecycle Hooks

The lifecycle hooks are the great feature of auto scaling, it helps to control instance launch and termination state within auto-scaling group. I got to know about this hidden feature when I was looking for a solution where I had to perform some automated tasks on the instance before adding/removing it from auto-scaling group. I was...

by Rajdeep Singh
Tag: ELB
31-Oct-2015

AWS

ELB Log Monitoring With Sumo Logic

In AWS, we can enable ELB logs and save them on S3 bucket. Analysing the ELB logs provide end-to-end visibility of all requests, but it's a quiet big challenge to get a granular detail of each request. Sumo Logic collect logs from various resources and we can analyse these logs with respect to various parameters. It uses log reduce...

by Rajdeep Singh
Tag: ELB
09-Jul-2015

AWS

ELB Logs on S3 Bucket

Today we'll be implementing an S3 bucket policy for storing multiple Elastic Load Balancer access logs on a single S3 bucket. Instead of having multiple S3 bucket for each ELB access logs, we'll create only one S3 bucket for storing all ELB's access logs. This section walks you through the step by step guide for configuring S3...

by Vikash Jha
Tag: ELB
27-Oct-2014

AWS

AWS ELB Monitoring with Cloud Watch

AWS ELB (Elastic Load Balancing) allows you to distribute the requests automatically to multiple instances that could be in different AZs. You can use it to manage your large auto-scaled environment. So by using it you can save your infrastructure from failing. And for monitoring the same we can use the ELB - CloudWatch metrics. By...

by abhishek.tomar
Tag: ELB
01-Jul-2014