Previously I wrote a post talking about performing some Akamai operations in Hubot. Here is how it looks in Slack. The plugin includes two files: lib/akamai.js and scripts/akamai.js
Hubot: Opsgenie ‘Who is on call?’
I am becoming a big fan of using Bot now. Especially with the combination of Slack + Hubot. Here is a simple plugin I wrote for finding out who is on call.
Send VPC flow logs to Sumologic
VPC flow is a AWS feature that allows you to capture the inbound and outbound traffics of all network interfaces in your VPC. To get the information, you have to go to the Cloudwatch to read the raw logs line by line which is not really efficient. If you happen to use Sumologic, you can … Continue reading Send VPC flow logs to Sumologic
Elastic Beanstalk Gotchas
Elastic Beanstalk is a great tool for the devs who wants a quick way to spin up web application environments which have ELB, ASG, RDS and DNS, also offer an easy way to deploy codes and manage the floating dns. I have been using it for a few weeks. And here are a few gotchas … Continue reading Elastic Beanstalk Gotchas
Tips on saving AWS cost
I remember a few years back, lots companies were struggling with the VM sprawl problem. With the popularity of Cloud, the in house VM sprawl issues might be improved as most companies are moving to Cloud nowadays. I like the flexibility (on demand) and capability (a broad range of technologies) of Cloud. But I have to … Continue reading Tips on saving AWS cost