It's not unusual for a DevOps team to inherit vast infrastructures of servers with applications and configurations that had accumulated over the years.
In this case-study, blue/green deployment techniques, traditionally used for application releases, were applied to server configuration management, utilizing AWS CodeDeploy on Amazon ECS. This approach enabled the implementation of automated testing pipelines for validating new configurations before routing live traffic. By subjecting configurations to the same testing practices as code, potential issues could be proactively identified and mitigated, minimizing the risk of downtime and enabling efficient rollback capabilities when needed.