

要获得与亚马逊 Timestream 类似的功能 LiveAnalytics，可以考虑适用于 InfluxDB 的亚马逊 Timestream。适用于 InfluxDB 的 Amazon Timestream 提供简化的数据摄取和个位数毫秒级的查询响应时间，以实现实时分析。点击[此处](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)了解更多信息。

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

# 在 Amazon Timestream 中重启适用于 InfluxDB 的只读副本集群
<a name="timestream-for-influx-rebooting-rr-cluster"></a>

如果出现任何运行状况问题，您可以重启只读副本集群。

## 为适用于 InfluxDB 的 Amazon Timestream 重启只读副本集群
<a name="timestream-for-influx-rebooting-rr-db-cluster"></a>

------
#### [ Using the AWS 管理控制台 ]

要使用控制台重启只读副本数据库集群，请执行以下操作：

1. 登录到 [AWS 管理控制台](https://console.aws.amazon.com/timestream)，并打开 Amazon Timestream 控制台。

1. 在导航窗格中，选择 **InfluxDB 数据库**，然后选择要重启的只读副本集群。

1. 选择 “**重新启动数据库**”。

1. 选择 “**确认并重新启动**”。

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

要使用重启数据库实例 AWS Command Line Interface，请使用带有以下参数的`reboot-db-cluster`命令。将每个 {{user input placeholder}} 替换为您自己的信息。

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

------