My First go Lambda Function

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...

Lambda Function To Stop Long Running EC2 Instances

Background Updated and migrated to new Hugo Site. While working in my personal AWS account, sometimes I forget to shut EC2 instances down. Most of these...

Site Monitoring Using A Lambda Function

Background I use a site monitoring service, which allows me to monitor my site by running a check every 5 minutes. When the site is...

Analyze Apache Logs Using Athena – Part II

In my earlier post, I demonstrated how one could copy their Apache log files to S3 and then use AWS Athena to query the...

Analyze Apache Logs Using Athena

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

Create GCP Storage Bucket Using Terraform

Updated on 4th Dec 2020. Tested build with Terraform version 0.14 Background In an earlier post, I demonstrated how one could setup an AWS S3 bucket...

Updating Bitnami WordPress Stack Running on AWS Lightsail

This WordPress blog is running on an AWS Lightsail instance. The instance is based off a Bitnami WordPress stack. The instance contains core software...

Set Retention For CloudWatch Logs Using A Lambda Function

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...

Must read

Start a script on boot using systemd

Updated and migrated to new Hugo Site. In this post...

AWS Lambda Layer example in python

Lambda Layers was one of the most exciting news...

mongodb replica set using docker compose

In this post I am going to show how...

Create S3 Bucket using Terraform

Updated on 17th June 2022. Tested build with Terraform...