Posts

Showing posts from January, 2024

High Level Design (HLD) for IAC Devops Project using AWS Code Pipeline.

Image
High Level Design  Objective: Implement a CI pipeline for Web Application Deployment using Terraform IAC.  HLD : Automate the deployment of Infrastructure using terraform - IAC Devops using Code Pipeline                                                                 Code Pipeline 1 Code Pipeline 2  Architecture for IAC Devops: Architecture Overview: GitHub Link:  https://github.com/LokeshJavvaji/Devops_Project_with_Automation The project aims to automate the deployment of infrastructure using Terraform, implement a CI/CD pipeline with AWS Code Pipeline and Code Build, and introduce a manual approval step for deploying to the staging environment. 1.Source Code Management: ·        Tool: GitHub (Version Control System) ·        Purpose: §   ...