Tag: AWS Infra

Master GitOps with Terraform, AKS and AWS

Master GitOps with Terraform, AKS and AWS

In this post, we will learn GitOps principles using Terraform, AKS and AWS. The entire infrastructure will be created using Terraform. The end to end devsecops pipeline will be created using GitHub Actions. This end to end pipeline will have Sonarqube for SAST, Trivy for container scan and deployment will happen using ArgoCD on AKS.

Read More
Create an EC2 instance using Terraform

Create an EC2 instance using Terraform

Hello Security Gurus, In this post today, we are going to learn creating an EC2 instance using Terraform. This EC2 instance will have a Jenkins running on it. Full details with code is present in this GitHub repo:GitHub Repo for this Post To learn the complete course, Checkout this link Learn to Setup EC2 Instance […]

Read More
Back to Top