ec2_get_instance_types_from_instance_requirements: Returns a list of instance types with the specified instance...

View source: R/ec2_operations.R

ec2_get_instance_types_from_instance_requirementsR Documentation

Returns a list of instance types with the specified instance attributes

Description

Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity.

See https://www.paws-r-sdk.com/docs/ec2_get_instance_types_from_instance_requirements/ for full documentation.

Usage

ec2_get_instance_types_from_instance_requirements(
  DryRun = NULL,
  ArchitectureTypes,
  VirtualizationTypes,
  InstanceRequirements,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DryRun

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.

ArchitectureTypes

[required] The processor architecture type.

VirtualizationTypes

[required] The virtualization type.

InstanceRequirements

[required] The attributes required for the instance types.

MaxResults

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

NextToken

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.