

Amazon Timestream for LiveAnalytics와 유사한 기능을 원하는 경우 Amazon Timestream for InfluxDB를 고려해 보세요. 간소화된 데이터 수집과 실시간 분석을 위한 10밀리초 미만의 쿼리 응답 시간을 제공합니다. [여기](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)에서 자세히 알아보세요.

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# DB 인스턴스 재부팅
<a name="timestream-for-influx-managing-rebooting-db"></a>



 AWS Command Line Interface, 또는 Timestream API를 사용하여 DB 인스턴스 AWS Management Console를 재부팅할 수 있습니다. DB 인스턴스의 ID를 제공해야 합니다.

**사용 AWS Management Console**

1. 에 로그인 AWS Management Console 하고 [Amazon Timestream for InfluxDB 콘솔](https://console.aws.amazon.com/timestream/)을 엽니다.

1. 탐색 창에서 **InfluxDB 데이터베이스를** 선택한 다음 재부팅할 DB 인스턴스를 선택합니다.

1. **데이터베이스 다시 시작**을 선택합니다.

1. **확인 및 재시작**을 선택합니다.

**사용 AWS Command Line Interface**

 AWS CLI를 사용하여 DB 인스턴스를 재부팅하려면 다음 옵션을 사용하여 `reboot-db-instance` 명령을 호출합니다.

**Example 명령**  

Linux, macOS, Unix의 경우:

```
aws timestream-influxdb reboot-db-instance \
    --region YOUR_REGION \
    --identifier YOUR_INSTANCE_ID
```

Windows의 경우:

```
aws timestream-influxdb reboot-db-instance ^
    --region YOUR_REGION ^
    --identifier YOUR_INSTANCE_ID
```