Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.
See https://www.paws-r-sdk.com/docs/ec2_get_spot_placement_scores/ for full documentation.
ec2_get_spot_placement_scores(
InstanceTypes = NULL,
TargetCapacity,
TargetCapacityUnitType = NULL,
SingleAvailabilityZone = NULL,
RegionNames = NULL,
InstanceRequirementsWithMetadata = NULL,
DryRun = NULL,
MaxResults = NULL,
NextToken = NULL
)
The instance types. We recommend that you specify at least three
instance types. If you specify one or two instance types, or specify
variations of a single instance type (for example, an m3.xlarge
with
and without instance storage), the returned placement score will always
be low.
If you specify InstanceTypes
, you can't specify
InstanceRequirementsWithMetadata
.
[required] The target capacity.
The unit for the target capacity.
Specify true
so that the response returns a list of scored
Availability Zones. Otherwise, the response returns a list of scored
Regions.
A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone.
The Regions used to narrow down the list of Regions to be scored. Enter
the Region code, for example, us-east-1
.
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
If you specify InstanceRequirementsWithMetadata
, you can't specify
InstanceTypes
.
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
.
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.
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.