Writing on software development, cloud, DevOps practices, company culture, and random thoughts.

All of my long-form thoughts on programming, leadership, product development, and more, collected in chronological order.

How to clean up unused Docker images and containers automatically from AWS EC2 instance

Learn how to clean up unused Docker images and containers automatically using a simple shell script.

How to Monitor AWS Account Access and Usage Effectively

Least privilege is one of the Amazon Web Services (AWS) Well-Architected recommended practices for building safely in the cloud. While maintaining permissions/access levels for your IAM users/roles, you must ensure that you do not allocate more than what they require.

EIC Endpoint - Secure & Cost effective Solution

With EIC endpoint, you can connect to your resources hosted into private subnets without needing any public IPs or bastion host.

How to save cost on running AWS Instances?

Reserving the long-running and crucial instances for your AWS hosted applications, can save you a lot of money and give a disaster recovery options.

How to pass CKAD exam - Tips & Tricks

Kubernetes, also known as K8s, is an popular open-source system for automating deployment, scaling, and management of containerized applications.. In this article, I will show you how to prepare & pass an official CKAD exam.