-
Security Automation
- Servers are created using scripts that began from a sourced Master Image template.
-
Benefits:
- Elasticity
-
Load Balancing
- "Distributive Allocation"
- Scalability
- Resiliency
- System Configuration Validation
- Reduced Risk
-
Continuous Integration
- An approach adopted by DevOps practitioners. Developers following the DevOps and Agile strategies create multiple software releases each day.
-
Infrastructure as Code
-
Operations teams write scripts that specify a baseline configuration image, and then customize that image to meet more specific requirements.
- Baselining
- When someone needs a new server they write a script that starts a server instance using the baseline configuration and then automatically configures it to meet the specific functional needs.
- Infrastructure as code separates server configuration from specific physical or virtual servers.
-
This has some clear advantages to the organization:
- Scalability
-
Reduces user error with immutable systems
- Immutable Systems
- Test Environment / Production Environment Isolation