

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 停止客户管理的配置记录器
<a name="managing-recorder_console-stop"></a>

**注意**  
**服务相关配置记录器始终处于记录状态**  
您无法停止服务相关配置记录器，因为服务相关配置记录器始终处于记录状态。要停止记录，必须删除服务相关配置记录器。有关更多信息，请参阅[删除配置记录器](https://docs.amazonaws.cn/config/latest/developerguide/managing-recorder_console-delete.html)。

您可以使用 Amazon Config 控制台或 Amazon CLI 停止客户管理的配置记录器。

------
#### [ To stop the customer managed configuration recorder (Console) ]

1. 登录 Amazon Web Services 管理控制台 并在家中打开[https://console.aws.amazon.com/config/主 Amazon Config](https://console.amazonaws.cn/config/home)机。

1. 在导航窗格中，选择**设置**。

1. 在**客户管理的记录器**选项卡上，选择**停止记录**。出现提示时，选择**确认**。

------
#### [ To stop the customer managed configuration recorder (CLI) ]

使用 [https://docs.amazonaws.cn/cli/latest/reference/configservice/stop-configuration-recorder.html](https://docs.amazonaws.cn/cli/latest/reference/configservice/stop-configuration-recorder.html) 命令：

```
$ aws configservice stop-configuration-recorder --configuration-recorder-name configRecorderName
```

------