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

2: Even More on CodePipeline

·1 min

Where can eventBridge stuff happen in the pipeline?

Source

  • e.g. successful merge:
  • Trigger lambda here!

Build

  • Success/fail
  • Trigger SNS

Deploy

  • Deployed, tested
  • Trigger SNS

Monitor

  • Health checks
  • Trigger SNS

EventBridge is a superset of CloudWatch Events.

  • We can set up conditional actions based on success/fails

What are the essential automation glue tools?

  • EventBridge (the new CloudWatch)
  • Lambda
  • SNS