Which concept focuses on maintaining the same configuration for all infrastructure components, ensuring they do not change once deployed?
Component credentials
Immutable infrastructure
Infrastructure as code
Application integration
Immutable infrastructure maintains static configurations after deployment, ensuring consistency and preventing unauthorized changes. Reference: [Security Guidance v5, Domain 8 - Cloud Workload Security]
Submit