| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Returns information about available reserved DB Instance offerings.
rds-describe-reserved-db-instances-offerings
ReservedDBInstancesOfferingId
[--reserved-db-instances-offering-id value ]
[-c (--db-instance-class) value ] [-d
(--duration) value ] [-m (--multi-az)
value ] [-p (--product-description)
value ] [--max-records ]
value [General Options]
| Name | Description | Required |
|---|---|---|
|
|
Offering identifier filter value. Specify this parameter
to show only the available offering that matches the specified
Reserved DB Instances Offering. This value can also be supplied
using the
Type: String Default: None Example: |
No |
|
|
DB Instance class filter value. Specify this parameter to show only the available offerings matching specified DB Instances class. Type: String Default: None Example: |
No |
|
|
Duration filter value, specified in years. Specify this parameter to show only the available offerings for this duration. Type: String Default: None Example: |
No |
|
|
Multi-AZ filter value. Specify this parameter to show only available offerings matching the specified Multi-AZ parameter. Type: Boolean Default: None Example: |
No |
|
|
Product description filter value. Specify this parameter to show only available offerings matching the specified product description. Type: Boolean Default: None Example: |
No |
The command returns a table with the following information:
OfferingId—the unique identifier for the offering.
Class—the DB instance class for the offering.
Multi-AZ—indicates if the offering applies to Multi-AZ deployments.
Duration—the length of the duration in years
Fixed Price—the fixed price charged to reserve each DB Instance.
Usage Price—the hourly price to run each reserved DB Instance.
Description—the database engine used by the offering.
This example returns descriptions of all reserved database instance offerings.
PROMPT> rds-describe-reserved-db-instances-offerings
This example returns information about a specific reserved DB Instance offering.
PROMPT> rds-describe-reserved-db-instances-offerings offering-id --headers
This example returns information about Multi-AZ reserved DB Instance offerings.
PROMPT> rds-describe-reserved-db-instances-offerings --multi-az true