A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/EMR/Types/AddInstanceFleetInput.html below:

AddInstanceFleetInput — AWS SDK for Ruby V2

When passing AddInstanceFleetInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_id: "XmlStringMaxLen256",   instance_fleet: {     name: "XmlStringMaxLen256",
    instance_fleet_type: "MASTER",     target_on_demand_capacity: 1,
    target_spot_capacity: 1,
    instance_type_configs: [
      {
        instance_type: "InstanceType",         weighted_capacity: 1,
        bid_price: "XmlStringMaxLen256",
        bid_price_as_percentage_of_on_demand_price: 1.0,
        ebs_configuration: {
          ebs_block_device_configs: [
            {
              volume_specification: {                 volume_type: "String",                 iops: 1,
                size_in_gb: 1,               },
              volumes_per_instance: 1,
            },
          ],
          ebs_optimized: false,
        },
        configurations: [
          {
            classification: "String",
            configurations: {
                          },
            properties: {
              "String" => "String",
            },
          },
        ],
      },
    ],
    launch_specifications: {
      spot_specification: {
        timeout_duration_minutes: 1,         timeout_action: "SWITCH_TO_ON_DEMAND",         block_duration_minutes: 1,
        allocation_strategy: "capacity-optimized",       },
      on_demand_specification: {
        allocation_strategy: "lowest-price",       },
    },
  },
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4