Swiggy-Deploy is a secure and scalable DevOps deployment platform built to automate the deployment lifecycle of a containerized Swiggy Clone application on AWS. The project uses Amazon EKS for Kubernetes-based container orchestration and Terraform for infrastructure provisioning, enabling the underlying cloud infrastructure to be defined and managed as code. I implemented a CI/CD pipeline using Jenkins and ArgoCD to automate application builds, deployments, and continuous delivery to the Kubernetes environment. To improve software quality and security throughout the development lifecycle, I integrated SonarQube for static code analysis and Trivy for container vulnerability scanning. The project demonstrates an end-to-end DevOps workflow covering infrastructure as code, containerization, Kubernetes orchestration, continuous integration, continuous deployment, security scanning, and automated application delivery on AWS.