WordPress Theme Selection

One of the most important things you must do after you install WordPress is choose a theme. WordPress comes with a default theme and...

Set Retention for CloudWatch Logs

Amazon provides us with CloudWatch logs to monitor, store and access log from various AWS services like, EC2 instances, Route 53, RDS, AWS CloudTrail,...

WordPress Plugins I use

Last update on : 9th Mar 2019 WordPress is the most widely used content management system(CMS) out there. There are many famous blogs, news sites...

Schedule run of Step Function

In a previous post here I described how to start a server and set it's DNS record. In this case, I had to manually...

AWS Launch Templates

Launch Templates is a new capability from AWS that allows one to launch servers for an Auto Scale group, Spot Fleet and the regular...

Pass db credentials to Lambda using Parameter Store

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

AWS Lambda Layer example in python

Lambda Layers was one of the most exciting news out of AWS re:Invent 2018 for me. Using layers it is now possible to move runtime...

ssh to host with frequently changing ip

In my previous post here I shared how to start an EC2 server and then set DNS for it. So the DNS record for the...

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