View source: R/ec2_operations.R
ec2_get_spot_placement_scores | R Documentation |
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
)
InstanceTypes |
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 If you specify |
TargetCapacity |
[required] The target capacity. |
TargetCapacityUnitType |
The unit for the target capacity. |
SingleAvailabilityZone |
Specify A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone. |
RegionNames |
The Regions used to narrow down the list of Regions to be scored. Enter
the Region code, for example, |
InstanceRequirementsWithMetadata |
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify |
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.