Reviewing Your Deployment Strategy
The idea is to review your existing deployment strategy and assess your established practices to deploy workloads, including rolling out new releases over time.
The major deployment strategies and most relevant AWS services for supporting those strategies were introduced in Chapter 9, Establishing a Deployment Strategy. If you don’t recall much of the concepts discussed or haven’t read Chapter 9 yet, please take a moment to refer to that chapter before reading this one. As a quick refresher, the most popular deployment strategies you may come across are discussed briefly here.
DevOps has long been the de facto standard approach to software engineering across the industry. Naturally, the degree of adoption and form or flavor of DevOps—GitOps—will vary from one organization to the next, but all organizations typically adopt some form of DevOps in their software engineering practice. As you have learned already, DevOps...