by Anjani Phuyal | Mar 13, 2026 | DevSecOps
Introduction In the previous part, we looked at how we can combine Terraform with Github Actions to fully automate a deployment cycle in the AWS with minimal downtime and effort. In this part, we will see what the best practices in the industry are, when working with...
by Anjani Phuyal | Mar 13, 2026 | DevSecOps
Introduction Modern cloud infrastructure demands automation, consistency and reliability. By combining Terraform with GitHub Actions, we can implement a fully automated CI/CD pipeline that provisions and manages AWS environments efficiently. For this exercise, we will...
by aarohan | Nov 26, 2024 | Cybersecurity, DevSecOps
Introduction DevSecOps is a software development methodology integrating security practices into the entire software development lifecycle (SDLC). It stands for Development, Security, and Operations. This approach ensures that security is not an afterthought but an...