Skip to main content
  1. Projects/
  2. AWS DevOps Pro Certification/
  3. 1: SDLC Automation/
  4. 3: CodeDeploy/

1: Setup & Config

·1 min

What are revisions?

  • The package type things we deploy in CodeDeploy

What’s the Deployment Configuration?

  • Specifies how to deploy, and at what rate
    • Disaster recovery?
  • Deployment method determines rate of deployment

What’s a Deployment Group?

  • It’s where we deploy to.
  • Could be a single instance or many
    • Could be one of many OS’es
  • Could also be Lambda or ECS

How do we bring in some automation?

  • EventBridge to monitor deployments
    • Create an SNS topic to subscribe to
    • Make a Lambda to do stuff with e.g. Slack