http://rds.{region}.amazonaws.com/#Action=DescribeOrderableDBInstanceOptionsReturns a list of orderable instance options for the specified engine.
The name of the engine to retrieve instance options for.
The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
This parameter is not currently supported.
<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.</p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://rds.{region}.amazonaws.com/#Action=DescribeOrderableDBInstanceOptions' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://rds.{region}.amazonaws.com/#Action=DescribeOrderableDBInstanceOptionsReturns a list of orderable instance options for the specified engine.
The name of the engine to retrieve instance options for.
The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
This parameter is not currently supported.
<p> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.</p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://rds.{region}.amazonaws.com/#Action=DescribeOrderableDBInstanceOptions' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}