"The key to following the continuous delivery path is to continually question your own assumptions about what's possible."
- Jeff Sussna
- Jeff Sussna
In this chapter, we will discuss different ways to automate application life cycle management, using orchestration available via open source and commercial alternatives.
We will be using Jenkins plugins and Visual Studio Team Services tasks to orchestrate and automate all the activities that are performed during application life cycle management.
We will cover the following topics in this chapter:
- End-to-end automation orchestration of application life cycle management using Jenkins
- End-to-end automation using Jenkins, Chef, and AWS EC2
- End-to-end automation using Jenkins and AWS Elastic Beanstalk
- End-to-end automation...