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.
Rebooting a DB instance
You can reboot a DB instance using the Amazon Web Services Management Console, the Amazon Command Line Interface, or the Timestream API. You must provide the ID of the DB instance:
Using the Amazon Web Services Management Console
Sign in to the Amazon Web Services Management Console and open the Amazon Timestream for InfluxDB console
. In the navigation pane, choose InfluxDB Databases, and then choose the DB instance that you want to reboot.
Choose Restart database.
Choose Confirm and Restart.
Using the Amazon Command Line Interface
To reboot a DB instance by using the Amazon CLI, call the reboot-db-instance command with the following options:
Example Commands
For Linux, macOS, or Unix:
aws timestream-influxdb reboot-db-instance \ --region YOUR_REGION \ --identifier YOUR_INSTANCE_ID
For Windows:
aws timestream-influxdb reboot-db-instance ^ --region YOUR_REGION ^ --identifier YOUR_INSTANCE_ID