Infrastructure and Configuration Management

Introduction

To ensure that our infrastructure setup, configuration, and updates are easy to track, secure, and repeatable, we define our cloud environments using code. We also use automation tools to smoothly roll out any changes.

Implementation of this control

  • All production and test infrastructure is defined using code, ensuring security and reproducibility. Changes are deployed through CI pipelines in Bitbucket.

  • We employ the appropriate tools for each type of change, such as Jenkins for infrastructure and Docker for application runtimes.

  • Our Knowledge Base maintains up-to-date documentation on our infrastructure, security practices, and automation processes.

Last updated