Operational Excellence Assessment Guidance 09 What Is Your Approach to Design the Capability for Automation Into Your Workload
It’s beneficial to design a workload with automation in mind. Different methodologies and strategies are available to bring configuration into your workload.
You reduce required manual efforts and need to refactor your design and code later by considering opportunities to automate tasks is an integral part of your design process.
**NOTE - **
A control plane is the backend system or suite of tools that you use to manage the application and its dependencies through a unified interface. Build your control plane like a REST interface, CLI, or webhook to support automation by external tools. Expose maintenance operations through the control plane that allow you to coordinate workload components.
**NOTE - **
In line with your workload’s security requirements, you design your authentication solution to take advantage of automation when practical and to only use non-human identities to perform automated authentication.
**NOTE - **
You are familiar with the capabilities offered by your cloud provider to automate operational tasks, maintenance procedures, and configuration parameters. You use these automation capabilities where appropriate.
**NOTE - **