The Availability Zone in which the Reserved Instance can be used.Either AvailabilityZone or AvailabilityZoneId can be specified, but not both.
Required? | False |
Position? | 3 |
Accept pipeline input? | True (ByPropertyName) |
The ID of the Availability Zone.Either AvailabilityZone or AvailabilityZoneId can be specified, but not both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.EC2.AmazonEC2ClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
One or more filters.
- availability-zone - The Availability Zone where the Reserved Instance can be used.
- availability-zone-id - The ID of the Availability Zone where the Reserved Instance can be used.
- duration - The duration of the Reserved Instance (for example, one year or three years), in seconds (31536000 | 94608000).
- fixed-price - The purchase price of the Reserved Instance (for example, 9800.0).
- instance-type - The instance type that is covered by the reservation.
- marketplace - Set to true to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both Amazon Web Services and the Reserved Instance Marketplace are listed.
- product-description - The Reserved Instance product platform description (Linux/UNIX | Linux with SQL Server Standard | Linux with SQL Server Web | Linux with SQL Server Enterprise | SUSE Linux | Red Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Windows | Windows with SQL Server Standard | Windows with SQL Server Web | Windows with SQL Server Enterprise).
- reserved-instances-offering-id - The Reserved Instances offering ID.
- scope - The scope of the Reserved Instance (Availability Zone or Region).
- usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).
Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filters |
Include Reserved Instance Marketplace offerings in the response.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).Important: The host value cannot be used with this parameter. Use the default or dedicated values only.Default: default
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The instance type that the reservation will cover (for example,
m1.small). For more information, see
Amazon EC2 instance types in the
Amazon EC2 User Guide.
Required? | False |
Position? | 2 |
Accept pipeline input? | True (ByPropertyName) |
-MaxDuration <Int64>
The maximum duration (in seconds) to filter when searching for offerings.Default: 94608000 (3 years)
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MaxInstanceCount <
Int32>
The maximum number of instances to filter when searching for offerings.Default: 20
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.Default: 100
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
-MinDuration <Int64>
The minimum duration (in seconds) to filter when searching for offerings.Default: 2592000 (1 month)
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The token to retrieve the next page of results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The offering class of the Reserved Instance. Can be standard or convertible.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
One or more Reserved Instances offering IDs. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Aliases | ReservedInstancesId, ReservedInstancesOfferingIds |
Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesOfferings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |