DevSecOps Automation Agent Build

Заказчик: AI | Опубликовано: 27.12.2025

I need an end-to-end DevSecOps agent that will take every commit in our Python + Django codebase and move it safely into production on both AWS and Azure. The agent must: • Orchestrate code deployment to the two clouds with zero-downtime rollouts and automatic rollback on failed health checks. • Inject security into the pipeline by running static and dynamic scans before any release and blocking builds that exceed an agreed CVSS threshold. • Stream application and infrastructure metrics plus aggregated logs into a single dashboard so I have real-time visibility of both environments. A typical flow I’m expecting: Git push → pipeline triggers → security gates run → images/packages are built → infrastructure is provisioned (IaC—Terraform or a comparable tool) → services deploy → monitoring and alerting kick in. Deliverables I will review for sign-off 1. Pipeline definition (GitHub Actions, Jenkinsfile, or similar) covering build, scan, deploy, and monitor stages. 2. Tested Terraform (or equivalent) templates for AWS and Azure targets. 3. Dashboard and alerting setup that shows running services across both clouds. 4. Clear, step-by-step documentation so I can extend or replicate the agent on my own. A live demo that proves the full cycle with two sample Django services—one on AWS, one on Azure—will serve as the final acceptance test.