NGNilesh Ganvirinnileshganvir.hashnode.dev·Mar 29 · 3 min read🚀 End-to-End Centralized Logging in AWS (Windows EC2) – Real Production Use Case 🔥 IntroductionIn my current project, we had multiple Windows EC2 servers running applications in AWS. Logs were scattered across system logs, security logs, user activity logs, and application logs. Additionally, t00
NGNilesh Ganvirinnileshganvir.hashnode.dev·Mar 1 · 6 min read🚀 Deploying SonarQube on Azure Ubuntu VM (Private IP Only) — Enterprise Production GuideReal‑world DevOps implementation in a corporate Azure environment with private networking, PostgreSQL, NSG, and firewall troubleshooting. 📌 Introduction In most enterprise environments, Azure Virtu00
NGNilesh Ganvirinnileshganvir.hashnode.dev·Aug 24, 2025 · 2 min readBash Script to Add secrets in Azure Key VaultAzure Key Vault is a cloud service provided by Microsoft Azure that allows you to securely store and manage sensitive information, such as: Secrets: API keys, passwords, connection strings, tokens Keys: Cryptographic keys used for encryption/decryp...00
NGNilesh Ganvirinnileshganvir.hashnode.dev·Jul 21, 2025 · 3 min readIntroduction to AWS Elastic BeanstalkElastic Beanstalk simplifies management without sacrificing control or choice. Elastic Beanstalk takes care of the capacity provisioning, load balancing, scaling, and application health monitoring; all you have to do is upload your application. Basic...00
NGNilesh Ganvirinnileshganvir.hashnode.dev·Mar 27, 2024 · 5 min readPython Based Flask ApplicationCreate Infrastructure Using Terraform Install the Terraform in your system first and then We are going to create one AWS resource EC2 Instance with new security group. provider "aws" {region = "ap-south-1"access_key = "Put your access key here"secret...00