

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

# 启动客户管理的配置记录器
<a name="managing-recorder_console-start"></a>

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

------
#### [ To start 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 start the customer managed configuration recorder (CLI) ]

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

```
$ aws configservice start-configuration-recorder --configuration-recorder-name {{configRecorderName}}
```

------