GCP
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...
WordPress
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...
AWS
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...
AWS
Build and Push Docker image to Amazon ECR
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...
AWS
Create S3 Bucket using Terraform
Updated on 4th Dec 2020. Tested build with Terraform version 0.14
Background
In an earlier post, I provided some information on using AWS Encryption SDK and...
AWS
Update Image Using Packer
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...
AWS
Lambda Function To Remove Old EC2 Instances
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...
AWS
Query AWS CloudTrail Logs Using CLI
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...
Must read
mongodb replica set using docker compose
In this post I am going to show how...
AWS Lambda Layer example in python
Lambda Layers was one of the most exciting news...
Set ulimits for a script started using systemd
In my previous post I demonstrated how easy it...