-
🔭 I’m currently working on Cloud & DevOps
-
🌱 I’m currently learning Kubernetes and Containers
-
👯 I’m looking to collaborate on DevOps & Backend Development
-
👨💻 All of my projects are available at vipinyadav.in
-
📚 Read articles at blog.vipinyadav.in & vipiny.medium.com
-
💬 Ask me about Cloud, DevOps, Django, Flask, DRF
-
📫 How to reach me hello@vipinyadav.in
Deploying a Scalable and Highly Available Web Application on AWS with Terraform
Introduction Building a scalable and highly available web application on AWS requires a well-architected infrastructure that can handle traffic spikes, ensure uptime, and optimize costs. This guide wa...
A Beginner's Guide: Setting up a Kubernetes Cluster using Vagrant VM on Your Local Machine
Introduction In the realm of modern software development and deployment, Kubernetes has emerged as a powerful tool for managing containerized applications. It offers scalability, resilience, and ease ...
How to Store Terraform State in Azure Blob Storage: A Step-by-Step Guide
Introduction: Terraform is an excellent tool for managing infrastructure as code, but handling the state files can be a challenge, especially in a team setting. Storing your Terraform state in Azure B...
Welcome to the world of Terraform, a powerful infrastructure-as-code (IaC) tool that enables you to define and provision your infrastructure using simple, human-readable configuration files. If you're...
How to Format Terraform Code: A Beginner's Guide
Introduction Terraform is a powerful Infrastructure as Code (IaC) tool that allows you to define, provision, and manage your infrastructure in a declarative way. However, as your Terraform projects gr...
Connect to EC2 Instances using EC2 Instance Connect Endpoint without public IP
EC2 Instance Connect Endpoint allows you to connect to an instance via SSH or RDP without requiring the instance to have a public IPv4 address. Once you create an EC2 Instance Connect Endpoint in a su...