3.1 Configuration Management Flashcards
(10 cards)
What is Configuration Management?
A set of practices designed to ensure configuration items (CI) are deployed consistently and maintains that way in it’s lifetime
What is a Configuration Item (CI)?
Various information system components that are treated as a single entity through the configuration management process
What is a Baseline Configuration (BC)
Set of specifications for CI that has been reviewed and agreed on, this can be used as a basis for future builds and releases
What is the configuration management workflow?
Define objectives -> Research -> Propose -> Review -> Approve -> Publish (versioning) -> Implement -> Control -> Monitor
What is Automated Provisioning?
Ability to deploy information technology or operational technology systems and services using predefined, automated procedures without needing human interventions
What are the 4 Provision Processes?
Demand generated resource allocation, idempotence, immuatable system, infrastructure as code
What is Infrastructure as code?
Using code to manage configurations and automate provisioning of infrastructure. This supports the principle of idempotence
What is Demand generated resource allocation
Automatic provisioning and deprovisioning of resources based on demand
What is Idempotence?
Principle that every time an automated configuration script is running the same result -> ensuring it is trustworthy
What is an immutable system?
Principle that resources shouldn’t be changed, only created and destroyed