SSSanchit Singh Sandyinsanchitsandy.hashnode.dev·Jul 19, 2024 · 7 min readEnhance Your IaC Strategy with Modular Terraform ConfigurationsIntroduction Terraform is a robust infrastructure as code (IaC) tool that empowers you to define and manage your infrastructure through code. By modularizing your Terraform configuration, you can break down your setup into reusable, manageable, and s...00
SSSanchit Singh Sandyinsanchitsandy.hashnode.dev·Jun 27, 2024 · 3 min readSetting Up a Two-Tier Flask App on DockerWelcome to the comprehensive guide on deploying a two-tier Flask application using Docker! This tutorial will walk you through every step to ensure a smooth setup. Let's get started! Installation and Setup 1. Launch EC2 instance 2. Install Docker ...00
SSSanchit Singh Sandyinsanchitsandy.hashnode.dev·Jun 4, 2024 · 3 min readAnsible and Ansible Playbooks: Simplifying AutomationAnsible is an open-source automation tool that streamlines configuration management, application deployment, task automation, and more. It simplifies the process of managing and orchestrating infrastructure by enabling you to define tasks and configu...00
SSSanchit Singh Sandyinsanchitsandy.hashnode.dev·May 15, 2024 · 4 min readDevSecOps Jenkins CI/CD Pipeline for a Node.js ApplicationOverview: This project focuses on setting up a Jenkins CI/CD pipeline for a Node.js application, emphasizing DevSecOps practices. The pipeline incorporates stages for code quality analysis using SonarQube, security checks with OWASP tools, and Docker...00