Home Featured

Featured

Featured posts

Create GCP Storage Bucket Using Terraform

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

Pass db credentials to Lambda using Parameter Store

0
If you are connecting to a RDS server from Lambda using native authentication method then you have to store user and password somewhere in...

Setting DynamoDB TTL with Lambda Python

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

Find AWS Resources with missing tags

2
Everyone who works with AWS resources at some point of time is asked how much is the spend for a project and in a...

Query AWS CloudTrail Logs Using CLI

1
Background AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational and risk auditing of your AWS account. Actions taken by...

Updating Bitnami WordPress Stack Running on AWS Lightsail

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