What advantage does an operations team that uses infrastructure as code have?
What advantage does an operations team that uses infrastructure as code have?
An operations team that uses infrastructure as code (IaC) has the advantage of being able to reuse best practice configurations and settings. This makes it easier to quickly and consistently provision new resources. By defining infrastructure as code, configurations can be reused across different environments, ensuring consistency and reducing the risk of manual errors.
C sounds good to me too.
This should be it : "The ability to reuse best practice configurations and settings"
C surely yes
While options B and D are also advantages associated with IaC, option C is the most directly related to the reuse of configurations and settings. Option A, the ability to delete infrastructure, is a basic function of any infrastructure management approach, not an advantage specific to IaC.
C. The ability to reuse best practice configurations and settings. An operations team that uses infrastructure as code has the advantage of being able to reuse best practice configurations and settings across their infrastructure. This enables the team to quickly and easily provision new resources, and ensures that resources are configured consistently across the infrastructure. By defining infrastructure as code, the team can also automate the provisioning and configuration of resources, which helps reduce the risk of manual errors and frees up time for more important tasks.
C is the right one
C is the answer
This is the most direct benefit of IaC. With IaC, operations teams can version control their infrastructure configurations, ensuring that best practices are consistently applied across environments