
describe-reserved-instances-offerings
*************************************


DESCRIPTION
===========

The describe-reserved-instances-offerings operation describes Reserved
Instance offerings that are available for purchase. With Amazon EC2
Reserved Instances, you purchase the right to launch Amazon EC2
instances for a period of time (without getting insufficient capacity
errors) and pay a lower usage rate for the actual time used.


SYNOPSIS
========

   aws ec2 describe-reserved-instances-offerings
     [--offering-type <value>]
     [--availability-zone <value>]
     [--instance-tenancy <value>]
     [--reserved-instances-offering-ids <value>]
     [--max-results <value>]
     [--product-description <value>]
     [--filters <value>]
     [--next-token <value>]
     [--instance-type <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--offering-type"  (string)The Reserved Instance offering type.

"--availability-zone"  (string)
   The Availability Zone in which the Reserved Instance can be used.

"--instance-tenancy"  (string)
   The tenancy of the Reserved Instance offering. A Reserved Instance
   with tenancy of dedicated will run on single-tenant hardware and
   can only be launched within a VPC.

"--reserved-instances-offering-ids"  (list of string)
   An optional list of the unique IDs of the Reserved Instance
   offerings to describe.

   *Parameter Syntax*

      ["string", ...]

"--max-results"  (integer)

"--product-description"  (string)
   The Reserved Instance product description.

"--filters"  (list)
   A list of filters used to match properties for
   ReservedInstancesOfferings. For a complete reference to the
   available filter keys for this operation, see the Amazon EC2 API
   reference .

      (structure)
         A filter used to limit results when describing tags. Multiple
         values can be specified per filter. A tag must match at least
         one of the specified values for it to be returned from an
         operation.

         Wildcards can be included in filter values; "*" specifies
         that zero or more characters must match, and "?" specifies
         that exactly one character must match. Use a backslash to
         escape special characters. For example, a filter value of
         "\*amazon\?\\" specifies the literal string "*amazon?\" .

         "values"  (list of string)
            Contains one or more values for the filter.

         "name"  (string)
            Specifies the name of the filter.

   *Parameter Syntax*

      [
        {
          "values":
            ["string", ...],
          "name": "string"
        }
        ...
      ]

"--next-token"  (string)

"--instance-type"  (string)
   The instance type on which the Reserved Instance can be used.
