Chapter 5. Ever-Ready to Deploy Using Continuous Delivery
Thanks to the Continuous Integration setup we examined in the previous chapter, we now have a way of continuously producing deployable artifacts from our source code.
Our next goal will be to upgrade the pipeline from a Continuous Integration to an Integration plus Delivery one. To illustrate, we are in the middle of a three stage workflow:

That is to say, following a successful Integration run, we trigger the Delivery stage that will do the following:
- Launch a vanilla EC2 instance
- Apply configuration management to it:
- Install the
demo-app
RPM we produced - Install other required packages to turn ...
- Install the
Get Implementing DevOps on AWS now with the O’Reilly learning platform.
O’Reilly members experience live online training, plus books, videos, and digital content from nearly 200 publishers.