azure_attributes {brickster} | R Documentation |
Azure Attributes
Description
Azure Attributes
Usage
azure_attributes(
first_on_demand = 1,
availability = c("SPOT_WITH_FALLBACK", "SPOT", "ON_DEMAND"),
spot_bid_max_price = -1
)
Arguments
first_on_demand |
Number of nodes of the cluster that will be placed on
on-demand instances. If this value is greater than 0, the cluster driver node
will be placed on an on-demand instance. If this value is greater than or
equal to the current cluster size, all nodes will be placed on on-demand
instances. If this value is less than the current cluster size,
|
availability |
One of |
spot_bid_max_price |
The max bid price used for Azure spot instances. You can set this to greater than or equal to the current spot price. You can also set this to -1 (the default), which specifies that the instance cannot be evicted on the basis of price. The price for the instance will be the current price for spot instances or the price for a standard instance. You can view historical pricing and eviction rates in the Azure portal. |
See Also
db_cluster_create()
, db_cluster_edit()
Other Cloud Attributes:
aws_attributes()
,
gcp_attributes()