SpotPrice

class SpotPrice

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone.

Link copied to clipboard

The instance type.

Link copied to clipboard

A general description of the AMI.

Link copied to clipboard

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

Link copied to clipboard

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Functions

Link copied to clipboard
inline fun copy(block: SpotPrice.Builder.() -> Unit = {}): SpotPrice
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String