Reboot a cluster in Timestream for InfluxDB 3 - Amazon Timestream
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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.

Reboot a cluster in Timestream for InfluxDB 3

You can reboot your cluster in Amazon Timestream in the event of a cluster health issue. 

Reboot a cluster using the Amazon Web Services Management Console

  1. Sign in to the Amazon Management Console and open the Amazon Timestream for InfluxDB console.

  2. In the navigation pane, choose InfluxDB Databases.

  3. Select the cluster you want to reboot.

  4. Choose Restart database from the Actions menu.

  5. Choose Confirm and Restart.

Rebooting a DB cluster restarts the database engine service in all the instances that are part of the cluster. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting.

Rebooting a cluster using the Amazon CLI

To reboot a cluster using the Amazon CLI:

aws timestream-influxdb reboot-db-cluster \ --region us-east-1 \ --identifier "my-influxdb3-cluster"