

# Starting the customer managed configuration recorder
<a name="managing-recorder_console-start"></a>

You can use the Amazon Config console or the Amazon CLI start the customer managed configuration recorder.

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

1. Sign in to the Amazon Web Services Management Console and open the Amazon Config console at [https://console.amazonaws.cn/config/home](https://console.amazonaws.cn/config/home).

1. Choose **Settings** in the navigation pane.

1. On the **Customer managed recorder** tab, choose **Start recording**. When prompted, choose **Confirm**.

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

Use the [http://docs.amazonaws.cn/cli/latest/reference/configservice/start-configuration-recorder.html](http://docs.amazonaws.cn/cli/latest/reference/configservice/start-configuration-recorder.html) command:

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

------