Intermediate DevOps #phrasal-verbs #devops #deployment

Deployment Runbook Phrasal Verbs

5 exercises — deployment runbooks are written in concise, precise language. Each phrasal verb in a runbook step has a specific technical meaning that cannot be replaced with a generic synonym.

Runbook phrasal verbs covered
  • spin up an environment — launch new cloud resources from scratch
  • roll back to a version — revert to a previous stable deployment
  • cut over to new infrastructure — make the final irreversible switch
  • tear down an environment — permanently destroy all provisioned resources
  • hand off responsibility — formally transfer ownership to another team/person
0 / 5 completed
1 / 5
Deployment runbook — Step 2:

"___ a staging environment in eu-west-1 using the terraform/staging module. Wait for all health checks to pass before proceeding."

Which phrasal verb belongs in this step?