CodePipeline - seanremenyi/Notes_aws_developer GitHub Wiki

Fully managed Ci/CD service

Orchestrates Build, Test and Deployment: The pipeline is triggered every time there is a change to your code. Like a condtuctor to an orchestra Automated Release Process: Fast, consistent, fewer mistakes. Enables quick release of new features and bug fixe. Codepipeline integrates with: Codecommit, Codebuild, codedeploy, github, jenkins, elastic beanstalk, cloudformation, lambda ECS Codepipeline: Workflow is defined"The workflow beings when there is a change detected in your source code CodeCommit: New code appears: New source code appears in the codecommit repository Code is built and teted: Codebuild immedieately compiles source code, runs test and produces packages CodeDeploy: Application Deployed: The newly built application is deployed into a staging or production environment

Orchestrates your ened to end software reease process based on a workflow you define utomated: automatically triggers your pipeline as soon as a change is detected in your sourcee code