Automating Multi-Version Tetris Deployments with ArgoCD, Terraform, and Jenkins
Introduction In today’s fast-paced software development landscape, implementing robust DevSecOps practices is crucial for…
Introduction In today’s fast-paced software development landscape, implementing robust DevSecOps practices is crucial for…
Devops-Proj-4 : End-to-End DevSecOps Kubernetes Project using AWS, Jenkins CICD Pipeline Overview and Workflow…
Integrate SonarQube with Jenkins Devops-Proj-3: CI/CD pipeline for a Java application to deploy…
Goal Deploy a Modular and Scalable Virtual Network Architecture with Amazon VPC. Pre-Requisites…
Introduction The demand for DevOps skills has surged, as organizations recognize the value of…
0 In this article, we will see an interesting use case or system design where we want to connect AWS SNS to an internal HTTP or HTTPS service. SNS is a public service designed to connect to external public HTTPS endpoints. SNS is purpose-built for external communications and it supports Public HTTP/HTTPS endpoints to subscribe […]
0 In this article, we will see an interesting use case or system design where we want to connect AWS SNS to an internal HTTP or HTTPS service. SNS is a public service designed to connect to external public HTTPS endpoints. SNS is purpose-built for external communications and it supports Public HTTP/HTTPS endpoints to subscribe […]
aws ec2 create-route –route-table-id rtb-xxxx –destination-cidr-block 0.0.0.0/0 –gateway-id igw-xxxx
In this article, we will see an interesting use case or system design where…