| Did this page help you? Yes No Tell us about it... |
Returns information about reserved DB Instances for this account, or about a specified reserved DB Instance.
rds-describe-reserved-db-instances
ReservedDBInstanceID [-c (--db-instance-class)
value ] [-d (--duration)
value ] [-m (--multi-az)
value ] [-p (--product-description)
value ] [-o
(--reserved-db-instances-offering-id) value ]
[--max-records ] value [General Options]
| Name | Description | Required |
|---|---|---|
|
|
Reserved DB Instance identifier. Provide this parameter to return only information about a specific reserved DB Instance. You can also set this value using the
Type: String Default: None Example: |
No |
|
|
DB Instance class filter value. Specify this parameter to show only reservations matching the specified DB Instances class. Type: String Default: None Example: |
No |
|
|
Duration filter value, specified in years. Specify this parameter to show only reservations for this duration. Type: String Default: None Example: |
No |
|
|
Multi-AZ filter value. Specify this parameter to show only reservations matching the specified multi-AZ parameter. Type: Boolean Default: None Example: |
No |
|
|
Product description filter value. Specify this parameter to show only reservations matching the specified product description. Type: String Default: None Example: |
No |
|
|
Offering identifier filter value. Specify this parameter to show only reservations matching the specified offering identifier. Type: String Default: None Example: |
No |
The command returns a table with the following information:
ReservationIdthe unique identifier for the reservation.
OfferingIDthe offering
identifier (only appears when the --show-long
parameter is specified).
Classthe DB instance class for the reservation.
Multi-AZindicates if the reservation applies to Multi-AZ deployments.
Start Timethe time the reservation started
Durationthe duration of the reservation in years
Fixed Pricethe fixed price
charged for each DB Instance in this reservation (only appears when the
--show-long parameter is specified).
Usage Pricethe hourly price to
run each reserved DB Instance (only appears when the
--show-long parameter is specified).
Countthe number of database instances reserved.
Statusthe status of the reservation.
Descriptionthe database engine used by the reservation.
This example returns descriptions of all of your database instance reservations
PROMPT> rds-describe-reserved-db-instances
This example returns information about a specific reserved DB Instance.
PROMPT> rds-describe-reserved-db-instances reservation1 --show-long --header