Thursday, December 7, 2023

Recent Posts

AWS

My First go Lambda Function

Background Python is an easy to read language and has great support and libraries in the developer community. Most of my AWS Lambda functions are...

Linux

Linux Commands a to z

I went for a technical interview yesterday, 1st Oct 2019 and I was asked a question, to name a Linux command for each of...

WORDPRESS

Analyze Apache Logs Using Athena – Part II

In my earlier post, I demonstrated how one could copy their Apache log files to S3 and then use AWS Athena to query the...

AWS Random Post

Serverless – Scale up ECS Service with Lambda and Cloudwatch Events

0
Background When your service runs on an Auto Scale Group, it is very easy to add schedules to it to scale the service at a...

WORDPRESS Random Post

Secure your WordPress login with Cloudflare Firewall

0
If you are running a WordPress website with no guest login and are using Cloudflare to protect and serve your website, you should make...

LINUX Random Post

mongodb replica set using docker compose

8
In this post I am going to show how to setup a mongodb replica set using docker-compose for a development environment. This will allow...