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
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
In one of my earlier post, I demonstrated how one could set retention for CloudWatch Logs using CLI command that could be run from...
Create S3 Bucket using Terraform
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...