Setting DynamoDB TTL with Lambda Python
Background
I use a lot of EC2 Spot instances and for audit/debugging purposes I like to keep track of EC2 instance state changes. I had...
Serverless – Scale up ECS Service with Lambda and Cloudwatch Events
Background
When your service runs on an Auto Scale Group, it is very easy to add schedules to it to scale the service at a...
Queue up multiple instances of a shell script
In this post, I am going to show you how to queue up multiple instances of a shell script so that only one instance...
ss command to monitor network connections on Linux
netstat was one of the first commands I used on a Linux server to monitor network connections between servers. However, on a busy server...
Find AWS Resources with missing tags
Everyone who works with AWS resources at some point of time is asked how much is the spend for a project and in a...
Secure your WordPress login with Cloudflare Firewall
If you are running a WordPress website with no guest login and are using Cloudflare to protect and serve your website, you should make...