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
-
Sign in to the Amazon Management Console and open the Amazon Timestream for InfluxDB console.
-
In the navigation pane, choose InfluxDB Databases.
-
Select the cluster you want to reboot.
-
Choose Restart database from the Actions menu.
-
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"