0: Jenkins w/ AWS Dev Tools
·1 min
Table of Contents
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