What does it mean if the system or environment is built automatically from a template?
What does it mean if the system or environment is built automatically from a template?
If the system or environment is built automatically from a template, any changes made directly in production will be overwritten by the next code or template change. This is because the system is designed to be reset to the defined template state consistently, ensuring uniformity and predictability in deployment, which is a key principle of immutable infrastructure.
10.1.3.4 If the system or environment is built automatically from a template, likely from a CI/ CD pipeline, then any changes made in production will be overwritten by the next code or template change.
In this one I would go with C (personally I would go with C & D) but I think C is the best According to Domain 10 • Elasticity. Elasticity enables greater use of immutable infrastructure. When using elasticity tools like auto-scale groups, each production system is launched dynamically based on a baseline image .............. operational requirements mean you never want to allow an administrator to log into a system and make changes, since they will be lost during a normal auto-scale activity
Actually C and D are correct, but in single-choice question, I would go for C, as it has the more significant security implications.
I think it is C. these environments are automatically built for us from a set of source file definitions (templates), they can also be immutable. This means that any changes that are manually implemented will be overwritten the next time a template is run