Amazon Relational Database Service
Command Line Interface Reference (API Version 2013-02-12)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

rds-describe-reserved-db-instances-offerings

Description

Returns information about available reserved DB Instance offerings.

Syntax

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]

Options

NameDescriptionRequired

ReservedDBInstancesOfferingId value

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 --reserved-db-instances-offering-id parameter.

Type: String

Default: None

Example: --reserved-db-instances-offering-id 438012d3-4052-4cc7-b2e3-8d3372e0e706

No

-c

--db-instance-class value

DB Instance class filter value. Specify this parameter to show only the available offerings matching specified DB Instances class.

Type: String

Default: None

Example: -c db.m1.xlarge

No

-d

--duration value

Duration filter value, specified in years. Specify this parameter to show only the available offerings for this duration.

Type: String

Default: None

Example: -d 3

No

-m

--multi-az value

Multi-AZ filter value. Specify this parameter to show only available offerings matching the specified Multi-AZ parameter.

Type: Boolean

Default: None

Example: -m true

No

-p

--product-description value

Product description filter value. Specify this parameter to show only available offerings matching the specified product description.

Type: Boolean

Default: None

Example: -p mysql

No

Output

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.

Examples

Describing Reserved Instances Offerings

This example returns descriptions of all reserved database instance offerings.

PROMPT> rds-describe-reserved-db-instances-offerings
                    
                

Describing a Specific Reserved Instance Offering

This example returns information about a specific reserved DB Instance offering.

PROMPT> rds-describe-reserved-db-instances-offerings offering-id --headers
                    
                

Describing Only Multi-AZ Reserved Instance Offerings

This example returns information about Multi-AZ reserved DB Instance offerings.

PROMPT> rds-describe-reserved-db-instances-offerings --multi-az true