Rebooting a DB instance - 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.

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
  1. Sign in to the Amazon Web Services Management Console and open the Amazon Timestream for InfluxDB console.

  2. In the navigation pane, choose InfluxDB Databases, and then choose the DB instance that you want to reboot.

  3. Choose Restart database.

  4. 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