| Did this page help you? Yes No Tell us about it... |
Returns information about available database engine versions.
rds-describe-db-engine-versions
[-d (--default-only) ]
[-e (--engine)
value ]
[-f (--db-parameter-group-family) value ]
[-v (--engine-version) value ]
[-cs (--list-supported-character-sets) value ]
[--max-records ] value
[General Options]
| Name | Description | Required |
|---|---|---|
|
|
DB parameter group family filter value. Type: String Default: None Example: |
No |
|
|
Indicates that only the default version of the specified engine or engine and major version combination is returned. Type: Switch flag Example: |
No |
|
|
Database engine filter value. Type: String Example: |
No |
|
|
The version number of the database engine. Type: String Example: |
No |
|
| ||
|
Generates a list of supported Oracle character sets. |
The command returns a table with the following information:
Enginename of the database engine.
EngineVersiondatabase engine version number.
Parameter Group Familythe version's parameter group family.
This example returns descriptions for all available versions of all available database engines.
PROMPT>rds-describe-db-engine-versionsVERSION Engine Version Parameter Group Family VERSION mysql 5.1.42 mysql5.1 VERSION mysql 5.1.45 mysql5.1 VERSION mysql 5.1.47 mysql5.1 VERSION mysql 5.1.48 mysql5.1 VERSION mysql 5.1.49 mysql5.1 VERSION mysql 5.1.50 mysql5.1 VERSION mysql 5.5.8 mysql5.5
This example describes all available versions of the MySQL database engine.
PROMPT>rds-describe-db-engine-versions --enginemysql--show-long --headerVERSION Engine Version Parameter Group Family VERSION mysql 5.1.42 mysql5.1 VERSION mysql 5.1.45 mysql5.1 VERSION mysql 5.1.47 mysql5.1 VERSION mysql 5.1.48 mysql5.1 VERSION mysql 5.1.49 mysql5.1 VERSION mysql 5.1.50 mysql5.1 VERSION mysql 5.5.8 mysql5.5