# Introduction

## What is Cloud Operations Center (COC)

Cloud Operations Center (COC) is a one-stop operation and maintenance management platform provided by Huawei Cloud, offering enterprises a unified operation and maintenance management entry point. COC helps enterprises achieve automated operation and maintenance and intelligent management through script management, task scheduling, monitoring and alerting, improving operation and maintenance efficiency and quality.

COC provides complete operation and maintenance lifecycle management functionality, supporting multiple script types and task execution methods, with high reliability and security. Through COC, enterprises can easily achieve operation and maintenance automation, ensure stable business operation, and reduce operation and maintenance costs and risks.

## Best Practices Overview

This section provides best practice examples for using Terraform to automatically deploy and manage Huawei Cloud Cloud Operations Center (COC), helping you understand how to efficiently manage cloud operation and maintenance resources using Infrastructure as Code (IaC).

Through the best practices in this section, you can learn the main deployment processes for COC resources. These best practices will help you quickly get started with automated COC deployment and lay a solid foundation for subsequent script management and task scheduling work.

## Best Practices List

This section contains the following best practices:

* [Deploy Script](https://hcbp.gitbook.io/huaweicloud-provider/best-practices/coc/script) - Introduces how to use Terraform to automatically deploy COC scripts, including script creation and parameter configuration.
* [Deploy Script Execution](https://hcbp.gitbook.io/huaweicloud-provider/best-practices/coc/script_execution) - Introduces how to use Terraform to automatically deploy COC script execution, including the complete process of ECS instance creation, script creation, and script execution.
* [Deploy Script Order Execution](https://hcbp.gitbook.io/huaweicloud-provider/best-practices/coc/script_order_execution) - Introduces how to use Terraform to automatically deploy COC script order execution, including the complete process of ECS instance creation, script creation, script execution, and order operations.

## Reference Materials

* [Huawei Cloud COC Product Documentation](https://support.huaweicloud.com/coc/index.html)
* [Terraform Official Documentation](https://www.terraform.io/docs/index.html)
