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...
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...
Start EC2 and set DNS in CloudFlare using Lambda
In my previous posts, I showed two ways to set DNS for an EC2 server that does not have an Elastic IP attached to...
AWS Lambda Layer for Python package requests
In my previous post, I made a layer for pymysql to access an RDS from Lambda. In this post, I will show how to...
Set Retention for CloudWatch Logs
Amazon provides us with CloudWatch logs to monitor, store and access log from various AWS services like, EC2 instances, Route 53, RDS, AWS CloudTrail,...