13 followers
π Welcome to My Blog! π
Dive into my DevOps and Cloud Computing journey with tutorials and insights on Kubernetes, CI/CD, Docker, and more. Join me in exploring tech together!
Overview Snapshots are an essential part of AWS infrastructure, allowing users to create backups of volumes. However, over time, these snapshots can...
Scenerio-1 A DevOps Engineer manually created infrastructure on AWS, and now there is a requirement to use Terraform to manage it. How would you...
When working with sensitive data in cloud infrastructure, managing secrets securely is essential. HashiCorp Vault, a powerful tool for managing...
In a typical environment setup that includes Development, Staging, and Production environments, rather than creating separate main.tf files for each...
Provisioners in Terraform are incredibly powerful tools that allow you to execute scripts or commands on resources after theyβve been created or...
Managing AWS infrastructure from a Windows machine can seem challenging, especially when many DevOps tools are designed for Linux. I recently set up...