code

My First go Lambda Function

0
Background Updated post and migrated to Hugo Site. Python is an easy to read language and has great support and libraries in the developer community. Most...
Cookie the Pom

Analyze Apache Logs Using Athena

0
I usually use Linux utilities like grep and awk to analyze requests coming to my blog server. These utilities provide a good view into...

Start EC2 and set DNS in CloudFlare using Lambda

0
In my previous posts, I showed two ways to set DNS for an EC2 server that does not have an Elastic IP attached to...
S3 with default SSE

Create S3 Bucket using Terraform

8
Updated on 17th June 2022. Tested build with Terraform version 1.2.3 and the latest AWS Provider v4.19.0. The latest provider has some changes related...

Lambda Function To Remove Old EC2 Instances

0
Background The firm where I am working right now has a strong emphasis on security for infrastructure in the public cloud. One of the security...

Set Retention For CloudWatch Logs Using A Lambda Function

0
Updated and migrated to new Hugo Site. In one of my earlier post, I demonstrated how one could set retention for CloudWatch Logs using CLI...