Skip to content

Commit ed114d2

Browse files
author
AWS
committed
Timestream InfluxDB Update: Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs.
1 parent b982d02 commit ed114d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Timestream InfluxDB",
4+
"contributor": "",
5+
"description": "Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs."
6+
}

services/timestreaminfluxdb/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,8 @@
936936
"db.influx.4xlarge",
937937
"db.influx.8xlarge",
938938
"db.influx.12xlarge",
939-
"db.influx.16xlarge"
939+
"db.influx.16xlarge",
940+
"db.influx.24xlarge"
940941
]
941942
},
942943
"DbParameterGroupId":{

0 commit comments

Comments
 (0)