Slide 9
Slide 9 text
A TEST DRIVEN APPROACH TO INFRA AS CODE
What do we mean by infrastructure as code?
9
To sum it up in two words: “Automate everything”
We want to treat our computing, networking, and
infrastructure code the same as any other piece of
software. This will allow us to more easily test, build,
and deploy changes at a faster and more
incremental pace as well as keep our existing
services readily available, even during deployments
or upgrades.