DevOps sandbox
Deployments Methodologies
Blue/Green
Canary
Like a canary in a coal mine, this is used to assess if there is a danger deploying the latest changes. Initial deployment to a limited set of resources, followed by tests to ensure there are no issues. If successful, deployment can continue to all other resources.