Class: Aws::EC2::Types::SpotFleetRequestConfigData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass SpotFleetRequestConfigData data as a hash:

{
  allocation_strategy: "lowestPrice", # accepts lowestPrice, diversified
  client_token: "String",
  excess_capacity_termination_policy: "noTermination", # accepts noTermination, default
  fulfilled_capacity: 1.0,
  on_demand_fulfilled_capacity: 1.0,
  iam_fleet_role: "String", # required
  launch_specifications: [
    {
      security_groups: [
        {
          group_name: "String",
          group_id: "String",
        },
      ],
      addressing_type: "String",
      block_device_mappings: [
        {
          device_name: "String",
          virtual_name: "String",
          ebs: {
            encrypted: false,
            delete_on_termination: false,
            iops: 1,
            kms_key_id: "String",
            snapshot_id: "String",
            volume_size: 1,
            volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
          },
          no_device: "String",
        },
      ],
      ebs_optimized: false,
      iam_instance_profile: {
        arn: "String",
        name: "String",
      },
      image_id: "String",
      instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.18xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.12xlarge, m5.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.12xlarge, m5d.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge
      kernel_id: "String",
      key_name: "String",
      monitoring: {
        enabled: false,
      },
      network_interfaces: [
        {
          associate_public_ip_address: false,
          delete_on_termination: false,
          description: "String",
          device_index: 1,
          groups: ["String"],
          ipv_6_address_count: 1,
          ipv_6_addresses: [
            {
              ipv_6_address: "String",
            },
          ],
          network_interface_id: "String",
          private_ip_address: "String",
          private_ip_addresses: [
            {
              primary: false,
              private_ip_address: "String", # required
            },
          ],
          secondary_private_ip_address_count: 1,
          subnet_id: "String",
        },
      ],
      placement: {
        availability_zone: "String",
        group_name: "String",
        tenancy: "default", # accepts default, dedicated, host
      },
      ramdisk_id: "String",
      spot_price: "String",
      subnet_id: "String",
      user_data: "String",
      weighted_capacity: 1.0,
      tag_specifications: [
        {
          resource_type: "customer-gateway", # accepts customer-gateway, dhcp-options, image, instance, internet-gateway, network-acl, network-interface, reserved-instances, route-table, snapshot, spot-instances-request, subnet, security-group, volume, vpc, vpn-connection, vpn-gateway
          tags: [
            {
              key: "String",
              value: "String",
            },
          ],
        },
      ],
    },
  ],
  launch_template_configs: [
    {
      launch_template_specification: {
        launch_template_id: "String",
        launch_template_name: "LaunchTemplateName",
        version: "String",
      },
      overrides: [
        {
          instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.18xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.12xlarge, m5.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.12xlarge, m5d.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge
          spot_price: "String",
          subnet_id: "String",
          availability_zone: "String",
          weighted_capacity: 1.0,
        },
      ],
    },
  ],
  spot_price: "String",
  target_capacity: 1, # required
  on_demand_target_capacity: 1,
  terminate_instances_with_expiration: false,
  type: "request", # accepts request, maintain
  valid_from: Time.now,
  valid_until: Time.now,
  replace_unhealthy_instances: false,
  instance_interruption_behavior: "hibernate", # accepts hibernate, stop, terminate
  load_balancers_config: {
    classic_load_balancers_config: {
      classic_load_balancers: [ # required
        {
          name: "String", # required
        },
      ],
    },
    target_groups_config: {
      target_groups: [ # required
        {
          arn: "String", # required
        },
      ],
    },
  },
}

Describes the configuration of a Spot Fleet request.

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategyString

Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request. The default is ‘lowestPrice`.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see [Ensuring Idempotency].

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#excess_capacity_termination_policyString

Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#fulfilled_capacityFloat

The number of units fulfilled by this request compared to the set target capacity.

Returns:

  • (Float)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#iam_fleet_roleString

Grants the Spot Fleet permission to terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set ‘terminateInstancesWithExpiration`.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#instance_interruption_behaviorString

The behavior when a Spot Instance is interrupted. The default is ‘terminate`.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#launch_specificationsArray<Types::SpotFleetLaunchSpecification>

The launch specifications for the Spot Fleet request.



28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#launch_template_configsArray<Types::LaunchTemplateConfig>

The launch template and overrides.

Returns:



28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#load_balancers_configTypes::LoadBalancersConfig

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.



28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#on_demand_fulfilled_capacityFloat

The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.

Returns:

  • (Float)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#on_demand_target_capacityInteger

The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is ‘maintain`, you can specify a target capacity of 0 and add capacity later.

Returns:

  • (Integer)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#replace_unhealthy_instancesBoolean

Indicates whether Spot Fleet should replace unhealthy instances.

Returns:

  • (Boolean)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#spot_priceString

The maximum price per unit hour that you are willing to pay for a Spot Instance. The default is the On-Demand price.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#target_capacityInteger

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is ‘maintain`, you can specify a target capacity of 0 and add capacity later.

Returns:

  • (Integer)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#terminate_instances_with_expirationBoolean

Indicates whether running Spot Instances should be terminated when the Spot Fleet request expires.

Returns:

  • (Boolean)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#typeString

The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is ‘request`, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. To maintain a certain target capacity, the Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: `maintain`.

Returns:

  • (String)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#valid_fromTime

The start date and time of the request, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z). The default is to start fulfilling the request immediately.

Returns:

  • (Time)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end

#valid_untilTime

The end date and time of the request, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z). At this point, no new Spot Instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

Returns:

  • (Time)


28893
28894
28895
28896
28897
28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
28911
28912
28913
# File 'lib/aws-sdk-ec2/types.rb', line 28893

class SpotFleetRequestConfigData < Struct.new(
  :allocation_strategy,
  :client_token,
  :excess_capacity_termination_policy,
  :fulfilled_capacity,
  :on_demand_fulfilled_capacity,
  :iam_fleet_role,
  :launch_specifications,
  :launch_template_configs,
  :spot_price,
  :target_capacity,
  :on_demand_target_capacity,
  :terminate_instances_with_expiration,
  :type,
  :valid_from,
  :valid_until,
  :replace_unhealthy_instances,
  :instance_interruption_behavior,
  :load_balancers_config)
  include Aws::Structure
end