CodePipeline
Visual Workflow to orchestrate your CICD
source: CodeCommit, github
build: CodeBuild, jenkins
- Test: CodeBuild, AWS Device Farm
Deploy: CodeDeploy, Elastic Beanstalk, CloudFormation, ECS, S3
Consist of stages.
- Each stage can have
- Sequential action
- Example: Build, Test, Deploy, Load Test
- Parallel Action
- Sequential action
- Manual approval can be defined at any stage
- Each stage can have
Can create CodePipeline Artifact to pass on the next stages
Trouble shooting
- Cloudwatch Events - Can create event for
- failed pipelines
- cancelled stages
- Code Pipeline Console
- CloudTrail
- Audit AWS API calls
- Cloudwatch Events - Can create event for