How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

De-risk releases with AWS CodePipeline rollbacks

calendar_today April 29, 2024 person Matt Laver domain amazon-codepipeline

It’s an established practice for development teams to build deployment pipelines, with services such as AWS CodePipeline , to increase the quality of application and infrastructure releases through reliable, repeatable and consistent automation. Automating the deployment process helps build quality into our products by introducing continuous integration to build and test code as early as possible, aiming to catch errors before they reach production, but with all the best will in the world, issues can be missed and not caught until after a production release has been initiated. In our AWS DevOps Guidance we include a DevOps Sagas indicator to Implement automatic rollbacks for failed deployments : “Implement an automatic rollback strategy to enhance system reliability and minimize service disruptions.

open_in_new Read original post