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

0: Jenkins w/ AWS Dev Tools

·1 min

What’s Jenkins?

  • OSS CI/CD tool. It’s robust, common
  • All jenkins configs need a jenkinsfile
  • There are jenkins plugins for AWS. Jenkins can replace:
    • CodeBuild
    • CodeDeploy
    • CodePipeline
  • Deployed in a manager/worker paradigm
    • Workers can be on separate instances (scalable)
    • One could have multiple managers in several AZ’s

Jenkins Config Example:

  • Elastic IP —> EC2 jenkins server —> Auto-scaling worker group