| Did this page help you? Yes No Tell us about it... |
Returns information about available orderable DB Instance options.
rds-describe-orderable-db-instance-options
-e (--engine) [-c (--db-instance-class)
value
] [-lm (--license-model) value ] [-v
(--engine-version) value ] [--max-records ]
value [General Options]
| Name | Description | Required |
|---|---|---|
|
|
The name of the engine to retrieve DB Instance options for. Type: String Default: None Example: |
Yes |
|
|
The DB Instance class filter value. Specify this parameter to show only the available offerings matching the specified DB Instance class. Type: String Default: None Example: |
No |
|
|
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model. Type: String Default: None Example: |
No |
|
|
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version. Type: String Default: None Example: |
No |
The command returns a table with the following information:
Enginethe database engine name.
Versionthe database engine version.
Classthe DB Instance class.
Licensethe license model.
Multi-AZindicates if the configuration is Multi-AZ capable.
ReadReplicaindicates if the configuration is Read Replica capable.
Namethe name of the availability zone.
This example returns descriptions of all orderable database instance options.
PROMPT> rds-describe-orderable-db-instance-options
This example returns descriptions of all orderable database instance options for the MySQL database engine.
PROMPT> rds-describe-orderable-db-instance-options --engine mysql