3.8 Explain how resiliency and automation strategies reduce risk Flashcards
Continuous monitoring
An automation solution will have a system of continuous monitoring to detect service failures and security incidents. Continuous monitoring might use a locally installed agent or heartbeat protocol or may involve checking availability remotely.
Configuration validation
This process ensures that a recovery solution is working at each layer (hardware, network connectivity, data replication, and application).
Templates
Similar to a master image, this is the build instructions for an instance. Rather than storing a master image, the software may build and provision an instance according to the template instructions.
Master image
This is the “gold” copy of a server instance, with the OS, applications, and patches all installed and configured. This is faster than using a template, but keeping the image up to date can involve more work than updating a template.
Non-persistence
The property by which a computing environment is discarded once it has finished its assigned task.
Snapshots
This is a saved system state that can be reapplied to the instance.
Rollback to known configuration
A physical instance might not support snapshots but has an “internal” mechanism for restoring the baseline system configuration, such as Windows System Restore.
Live boot media
Use an instance that boots from read-only storage to memory rather than being installed on a local read/write hard disk.
Elasticity
The property by which a computing environment can instantly react to both increasing and decreasing demands in workload.
Scalability
The property by which a computing environment is able to gracefully fulfill its ever-increasing resource needs.
Distributive allocation
Refers to the ability to switch between available processing and data resources to meet service requests. This is typically achieved using load balancing services during normal operations or automated failover during a disaster.
Fault tolerance
Protection against system failure by providing extra (redundant) capacity. Generally, fault tolerant systems identify and eliminate single points of failure.
High availability
The property that defines how closely systems approach the goal of providing data availability 100 percent of the time while maintaining a high level of system performance.
RAID
(redundant array of independent/ inexpensive disks) A set of vendor-independent specifications that support redundancy and fault tolerance for configurations on multiple-device storage systems.