Autodesk
CI/CD 1 question
- #1Environment-Gated Deployment
A repository at
/home/interview/repocontains a deployment pipeline defined in.github/workflows/deploy.yml. Currently, the pipeline deploys to both Staging and Production environments automatically on every push. This is risky because unstable code could break the Production environment immediately.
Cloud 1 question
- #2Create Route 53 Health Checks
Your infrastructure has two application endpoints requiring distinct monitoring strategies through Route 53 health checks, each with different protocols, ports, health check intervals, and failure thresholds.