

如需與 Amazon Timestream for LiveAnalytics 類似的功能，請考慮使用 Amazon Timestream for InfluxDB。它提供簡化的資料擷取和單一位數毫秒查詢回應時間，以進行即時分析。[在這裡](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)進一步了解。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 將資料庫執行個體重新開機
<a name="timestream-for-influx-managing-rebooting-db"></a>



您可以使用 AWS 管理主控台、 AWS Command Line Interface或 Timestream API 重新啟動資料庫執行個體。您必須提供資料庫執行個體的 ID：

**使用 AWS 管理主控台**

1. 登入 AWS 管理主控台 並開啟 [Amazon Timestream for InfluxDB 主控台](https://console.aws.amazon.com/timestream/)。

1. 在導覽窗格中，選擇 **InfluxDB 資料庫**，然後選擇您要重新啟動的資料庫執行個體。

1. 選擇**重新啟動資料庫**。

1. 選擇**確認並重新啟動**。

**使用 AWS Command Line Interface**

若要使用 CLI AWS 重新啟動資料庫執行個體，請使用下列選項呼叫 `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
```