Introducing AWS CodePipeline

AWS CodePipeline is a continuous delivery service that you can use to model, visualize, and automate the steps required to release your application software. This is made possible by building pipelines that contain one or more stages. The stages can be broadly classified as build, where the code is compiled and built using, say, AWS CodeBuild or some other third-party tool, staging, and deployment, where the code is pushed on to compute instances using AWS CodeDeploy, and so on. Each stage internally describes a set of actions that it needs to perform in order to prepare the software for its release. This action can be anything from building your source code from a Git repository, to making changes to a file, ...

Get AWS Administration : The AWS Definitive Guide to core AWS service offerings and implementing AWS in your own environment now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.