Home 2020

Yearly Archives: 2020

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

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

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

Build and Push Docker image to Amazon ECR

2
Background In this post I am going to share a bash script that I use to build a docker container image from a Dockerfile and...
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...

Update Image Using Packer

0
Background Recently I published a post to show how to remove old EC2 instances using a Lambda function. This in itself does not do much...