Instiq

4Deployment

Practice questions →Glossary →
  • 4.1CI/CD Pipelines

    Understand CI/CD basics: automating source→build→test→deploy with CodePipeline, the roles of CodeBuild (build/test) and CodeDeploy (deploy), and buildspec. The core of "Deployment" in DVA-C02.

  • 4.2IaC: CloudFormation and SAM

    Understand declarative infrastructure with CloudFormation (stacks, templates), the serverless shorthand AWS SAM, and the benefits of repeatable deployments.

  • 4.3Deployment Strategies and Elastic Beanstalk

    Understand deployment-strategy trade-offs (all-at-once/rolling/blue-green/canary; speed vs. safety/rollback) and the PaaS Elastic Beanstalk.