Infrastructure as Code
This is now such a given (also in the industry) that we no longer feature it on our tech radar.
All cloud infrastructure should be provisioned and maintained using Infrastructure as Code (IaC). To manage this we will use templating services provided by the cloud provider. For AWS we will use Cloudformation and for Azure resources, we will use ARM templates. If possible use policies to disable manual changes in cloud portals and force scripted modifications.
All cloud infrastructure should be provisioned and maintained using Infrastructure as Code (IaC). To manage this we will use templating services provided by the cloud provider. For AWS we will use Cloudformation and for Azure resources, we will use ARM templates. If possible use policies to disable manual changes in cloud portals and force scripted modifications.