BKBIPUL KUMARinbipulkumar.hashnode.dev·Feb 2 · 4 min readAnsibleWhat I Learned Today: Deploying a Static Website with Ansible & Nginx 🚀 Today was a productive hands-on day where I strengthened my understanding of Ansible automation by deploying a static website on Nginx. This small exercise connected multiple do...00
BKBIPUL KUMARinbipulkumar.hashnode.dev·Jan 17 · 3 min readDay - 22 | AWS Load BalancersAWS Load Balancers Explained: ALB vs NLB vs GWLB As part of my AWS learning journey, I recently explored AWS Elastic Load Balancing (ELB) and its three main load balancer types: Application Load Balancer (ALB), Network Load Balancer (NLB), and Gatewa...00
BKBIPUL KUMARinbipulkumar.hashnode.dev·Jan 15 · 4 min readDay -21 | AWS ConfigAs part of my cloud learning journey, I recently explored AWS Config, a powerful AWS service that helps with configuration tracking, change management, and compliance auditing across AWS resources. AWS Config is especially important for environments ...00
BKBIPUL KUMARinbipulkumar.hashnode.dev·Jan 14 · 3 min readDay - 20 | Elastic Kubernetes Servicewe dive into Amazon EKS (Elastic Kubernetes Service) — AWS’s fully managed Kubernetes service. EKS lets you run containerized applications using Kubernetes without managing the control plane yourself. Through this post, you’ll understand what EKS is,...00
BKBIPUL KUMARinbipulkumar.hashnode.dev·Jan 13 · 2 min readDay - 19 | Secret ManagementAWS Services for Secret Management 1️⃣ AWS Secrets Manager (Best for production) Purpose: Secure storage + automatic rotation 🔹 What it stores DB credentials (RDS, Aurora) API keys OAuth tokens Any JSON-based secret 🔹 Key features 🔐 Encrypt...00