Instiq

1SDLC Automation

Practice questions →Glossary →
  • 1.1CI/CD Pipelines

    Understand AWS CI/CD services—CodePipeline (orchestration), CodeBuild (build/test), CodeCommit (source), and CodeArtifact (dependency packages). Automate from code to deployment.

  • 1.2Deployment Strategies

    Understand low-risk deployments—CodeDeploy, in-place/blue-green, rolling/canary/linear. Release while minimizing downtime and blast radius.

  • 1.3Automated Testing and Artifact Management

    Understand pipeline quality gates—automated tests, manual approval actions, artifacts (CodeArtifact/ECR), and CodeGuru. Stop bad changes before deployment.