

For similar capabilities to Amazon Timestream for LiveAnalytics, consider Amazon Timestream for InfluxDB. It offers simplified data ingestion and single-digit millisecond query response times for real-time analytics. Learn more [here](https://docs.amazonaws.cn//timestream/latest/developerguide/timestream-for-influxdb.html).

# Rebooting a read replica cluster in Amazon Timestream for InfluxDB
Rebooting a read replica cluster

You can reboot a read replica cluster in the event of any health issues.

## Rebooting a read replica cluster for Amazon Timestream for InfluxDB
Modify a read replica cluster

------
#### [ Using the Amazon Web Services Management Console ]

To reboot a read replica DB cluster using the console:

1. Sign in to the [Amazon Web Services Management Console](https://console.amazonaws.cn/timestream) and open the Amazon Timestream console.

1. In the navigation pane, choose **InfluxDB databases** and then choose the read replica cluster you want to reboot.

1. Choose **Restart database**.

1. Choose **Confirm and Restart**.

------
#### [ Using the Amazon CLI ]

To reboot a DB instance using the Amazon Command Line Interface, use the `reboot-db-cluster` command with the following parameters. Replace each *user input placeholder* with your own information.

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

------