

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

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

# Amazon Timestream for InfluxDB에서 읽기 전용 복제본 클러스터 재부팅
<a name="timestream-for-influx-rebooting-rr-cluster"></a>

상태 문제가 발생할 경우 읽기 전용 복제본 클러스터를 재부팅할 수 있습니다.

## Amazon Timestream for InfluxDB에 대한 읽기 전용 복제본 클러스터 재부팅
<a name="timestream-for-influx-rebooting-rr-db-cluster"></a>

------
#### [ Using the AWS Management Console ]

콘솔을 사용하여 읽기 전용 복제본 DB 클러스터를 재부팅하려면:

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

1. 탐색 창에서 **InfluxDB 데이터베이스를** 선택한 다음 재부팅하려는 읽기 전용 복제본 클러스터를 선택합니다.

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

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

------
#### [ Using the AWS CLI ]

를 사용하여 DB 인스턴스를 재부팅하려면 다음 파라미터와 함께 `reboot-db-cluster` 명령을 AWS Command Line Interface사용합니다. {{user input placeholder}}를 사용자의 정보로 바꿉니다.

```
aws timestream-influxdb reboot-db-cluster \
      --region {{region}} \
      --db-cluster-id {{db-cluster-id}} \
```

------