- Newest
- Most votes
- Most comments
I can see from the message that your update-db-instance command wasn't successful in the first place (An error occurred (ValidationException) when calling the UpdateDbInstance operation: DbInstance with identifier [REDACTED] and customer id [REDACTED] is not in an updatable state). Can you open a support ticket with Instance ARN to check further on what's going on? Thank you!
answered 2 years ago
I understand you're facing a critical issue with your Timestream for InfluxDB instance. Based on the information provided, it appears that changing the query concurrency and query queue size to 0 has caused the database to enter a FAILED state and perform poorly. Here are some recommendations to help recover your database:
-
Revert parameter group changes: Try to revert the changes in your parameter group. Set the query-concurrency and query-queue-size back to their default values (1024 for both). However, as your database is in a FAILED state, you may not be able to apply these changes directly.
-
Create a new parameter group: If you can't modify the existing parameter group, create a new one with default settings. Then attempt to associate this new parameter group with your database instance.
-
Restart the database: If possible, try to restart your database instance. This might help apply the default or new parameter group settings.
-
Contact AWS Support: Given the severity of the issue and the FAILED status, it's highly recommended to contact AWS Support. They have access to more detailed information about your instance and can provide specific guidance or perform actions to recover your database.
-
Consider point-in-time recovery: If you have point-in-time recovery enabled, you might be able to restore your database to a state before the problematic changes were applied.
-
Monitor logs: Continue monitoring your database logs for any additional error messages or indications of what might be causing the FAILED state.
-
Avoid setting concurrency to 0: In the future, avoid setting query-concurrency or query-queue-size to 0. These settings can severely impact database performance and stability. The query-concurrency of 0 allows unlimited concurrent queries, which can overwhelm system resources.
Remember, when making changes to database parameters, it's crucial to test in a non-production environment first and make incremental changes rather than dramatic ones.
If none of these steps resolve the issue, you may need to consider creating a new database instance and migrating your data. However, this should be a last resort and only done with guidance from AWS Support to ensure no data loss occurs.
Sources
Connecting to an Amazon Timestream for InfluxDB DB instance - Amazon Timestream
Configuring a DB instance - Amazon Timestream
answered 2 years ago
Relevant content
asked a year ago
asked 2 years ago
- AWS OFFICIALUpdated 2 years ago

I submitted a support ticket and am waiting for the response. Thank you for your time in considering the error.