Improve resiliency of Batch workloads running on EC2There are various types of batch jobs, including file processing, report generation, ETL, scheduled maintenance jobs, and continuous or…Jul 12, 2024Jul 12, 2024
CloudFront with multiple origins and behaviors and Lambda@EdgeCan I use a single CloudFront web distribution to serve content from multiple origins using multiple Behaviors?Jun 8, 2024Jun 8, 2024
Blue green deployment and Rolling UpdateWhy different types of deployment strategies exist?Jun 8, 2024Jun 8, 2024
Deploying Multipart form data in AWS API gatewayWhat is Multipart/form-data content type — It’s a special way to package up form data, especially when it includes things like big text…May 1, 2024May 1, 2024
RDS Postgres Multi AZ force failoverI have recently done Multi AZ failover for RDS Postgres. we can use cli command aws rds reboot-db-instance to test this failoverNov 7, 2023Nov 7, 2023
Preflight RequestsThis concept is not new but what i forgot to observe in Preflight request is the response headers which is sent back by the server. To…Oct 10, 2023Oct 10, 2023
Python3 script to find a particular branch existence and last commit date in git labGitPython has references to all the branches. A user can iterate to check if the branch is part of that reference or not.May 10, 2023May 10, 2023
Running a local Kubernetes cluster and setting up Tekton pipelineIn this post I intend to explain how to set up Kubernetes on your local windows machine and then how to set up tekton pipeline for CI/CD.so…Mar 9, 2023Mar 9, 2023