Tanishka Marrottcloud-design-diaries.hashnode.dev·Sep 25, 2024Versioning and Rollback Mechanisms for SCPs in Mission-Critical EnvironmentsWhen managing Service Control Policies (SCPs) in production-level, mission-critical AWS environments, it's vital to ensure that policy changes don't inadvertently disrupt workflows or lock your teams out of critical systems. To achieve this, integrat...3 likesAWS
Abigeal Afolabiarbythecoder.hashnode.dev·Jul 19, 2024Day 15 of my 90-Days Devops : Implement Canary Deployments for a safe rollout of new features!#canary#devops#deployments#beginners Hi everyone, it’s day 15 of my 90-Days DevOps project. Can you recall how we’ve been building our awesome CI/CD pipeline? Well, today we’re going to up our game with something called canary deployments. Imagine yo...Devops
Nicholas Diamondnicholasdiamond.hashnode.dev·Jul 12, 2024CI/CD Pipelines for Database Changes: Safe Schema Migrations and RollbacksModern applications are highly data-dependent, so managing database schema changes safely is critical. Unlike code changes, database updates can be challenging to roll back, especially in live production environments where downtime isn’t an option. S...913 readsci-cd
Kesba Irvineblog.kezzi.co·May 16, 2023“Mastering Rollbacks with Git!”I found myself in quite a conundrum. The latest version of the code I was working on had caused all sorts of issues. It was a mess. I take a deep breath, reminding myself to stay calm and focused. Panicking won't solve anything. It seemed that a rec...27 readsrollback