1: Setup & Config
·1 min
Table of Contents
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