aws-sdk-ec2 1.269.0 → 1.273.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1025 -11
- data/lib/aws-sdk-ec2/client_api.rb +283 -0
- data/lib/aws-sdk-ec2/placement_group.rb +4 -1
- data/lib/aws-sdk-ec2/resource.rb +4 -1
- data/lib/aws-sdk-ec2/subnet.rb +4 -1
- data/lib/aws-sdk-ec2/types.rb +2623 -24
- data/lib/aws-sdk-ec2/vpc.rb +4 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -5450,6 +5450,53 @@ module Aws::EC2
|
|
|
5450
5450
|
# spread_domain: "String",
|
|
5451
5451
|
# host_resource_group_arn: "String",
|
|
5452
5452
|
# },
|
|
5453
|
+
# instance_requirements: {
|
|
5454
|
+
# v_cpu_count: { # required
|
|
5455
|
+
# min: 1, # required
|
|
5456
|
+
# max: 1,
|
|
5457
|
+
# },
|
|
5458
|
+
# memory_mi_b: { # required
|
|
5459
|
+
# min: 1, # required
|
|
5460
|
+
# max: 1,
|
|
5461
|
+
# },
|
|
5462
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
5463
|
+
# memory_gi_b_per_v_cpu: {
|
|
5464
|
+
# min: 1.0,
|
|
5465
|
+
# max: 1.0,
|
|
5466
|
+
# },
|
|
5467
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
5468
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
5469
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
5470
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
5471
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
5472
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
5473
|
+
# require_hibernate_support: false,
|
|
5474
|
+
# network_interface_count: {
|
|
5475
|
+
# min: 1,
|
|
5476
|
+
# max: 1,
|
|
5477
|
+
# },
|
|
5478
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
5479
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
5480
|
+
# total_local_storage_gb: {
|
|
5481
|
+
# min: 1.0,
|
|
5482
|
+
# max: 1.0,
|
|
5483
|
+
# },
|
|
5484
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
5485
|
+
# min: 1,
|
|
5486
|
+
# max: 1,
|
|
5487
|
+
# },
|
|
5488
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
5489
|
+
# accelerator_count: {
|
|
5490
|
+
# min: 1,
|
|
5491
|
+
# max: 1,
|
|
5492
|
+
# },
|
|
5493
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
5494
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
5495
|
+
# accelerator_total_memory_mi_b: {
|
|
5496
|
+
# min: 1,
|
|
5497
|
+
# max: 1,
|
|
5498
|
+
# },
|
|
5499
|
+
# },
|
|
5453
5500
|
# },
|
|
5454
5501
|
# ],
|
|
5455
5502
|
# },
|
|
@@ -5459,6 +5506,7 @@ module Aws::EC2
|
|
|
5459
5506
|
# on_demand_target_capacity: 1,
|
|
5460
5507
|
# spot_target_capacity: 1,
|
|
5461
5508
|
# default_target_capacity_type: "spot", # accepts spot, on-demand
|
|
5509
|
+
# target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
|
|
5462
5510
|
# },
|
|
5463
5511
|
# terminate_instances_with_expiration: false,
|
|
5464
5512
|
# type: "request", # accepts request, maintain, instant
|
|
@@ -5493,6 +5541,42 @@ module Aws::EC2
|
|
|
5493
5541
|
# resp.errors[0].launch_template_and_overrides.overrides.weighted_capacity #=> Float
|
|
5494
5542
|
# resp.errors[0].launch_template_and_overrides.overrides.priority #=> Float
|
|
5495
5543
|
# resp.errors[0].launch_template_and_overrides.overrides.placement.group_name #=> String
|
|
5544
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.min #=> Integer
|
|
5545
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.max #=> Integer
|
|
5546
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.min #=> Integer
|
|
5547
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.max #=> Integer
|
|
5548
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers #=> Array
|
|
5549
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
5550
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
5551
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
5552
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types #=> Array
|
|
5553
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types[0] #=> String
|
|
5554
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations #=> Array
|
|
5555
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
5556
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
5557
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
5558
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
5559
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
5560
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.require_hibernate_support #=> Boolean
|
|
5561
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.min #=> Integer
|
|
5562
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.max #=> Integer
|
|
5563
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
5564
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types #=> Array
|
|
5565
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
5566
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.min #=> Float
|
|
5567
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.max #=> Float
|
|
5568
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
5569
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
5570
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
|
|
5571
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
5572
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
|
|
5573
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
|
|
5574
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
|
|
5575
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
5576
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
|
|
5577
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
5578
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
5579
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
5496
5580
|
# resp.errors[0].lifecycle #=> String, one of "spot", "on-demand"
|
|
5497
5581
|
# resp.errors[0].error_code #=> String
|
|
5498
5582
|
# resp.errors[0].error_message #=> String
|
|
@@ -5507,6 +5591,42 @@ module Aws::EC2
|
|
|
5507
5591
|
# resp.instances[0].launch_template_and_overrides.overrides.weighted_capacity #=> Float
|
|
5508
5592
|
# resp.instances[0].launch_template_and_overrides.overrides.priority #=> Float
|
|
5509
5593
|
# resp.instances[0].launch_template_and_overrides.overrides.placement.group_name #=> String
|
|
5594
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.min #=> Integer
|
|
5595
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.max #=> Integer
|
|
5596
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.min #=> Integer
|
|
5597
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.max #=> Integer
|
|
5598
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers #=> Array
|
|
5599
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
5600
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
5601
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
5602
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types #=> Array
|
|
5603
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types[0] #=> String
|
|
5604
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations #=> Array
|
|
5605
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
5606
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
5607
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
5608
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
5609
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
5610
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.require_hibernate_support #=> Boolean
|
|
5611
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.min #=> Integer
|
|
5612
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.max #=> Integer
|
|
5613
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
5614
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types #=> Array
|
|
5615
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
5616
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.min #=> Float
|
|
5617
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.max #=> Float
|
|
5618
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
5619
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
5620
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
|
|
5621
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
5622
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
|
|
5623
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
|
|
5624
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
|
|
5625
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
5626
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
|
|
5627
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
5628
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
5629
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
5510
5630
|
# resp.instances[0].lifecycle #=> String, one of "spot", "on-demand"
|
|
5511
5631
|
# resp.instances[0].instance_ids #=> Array
|
|
5512
5632
|
# resp.instances[0].instance_ids[0] #=> String
|
|
@@ -5589,11 +5709,10 @@ module Aws::EC2
|
|
|
5589
5709
|
# accepts or rejects, or all traffic.
|
|
5590
5710
|
#
|
|
5591
5711
|
# @option params [String] :log_destination_type
|
|
5592
|
-
#
|
|
5593
|
-
#
|
|
5594
|
-
#
|
|
5595
|
-
#
|
|
5596
|
-
# `s3`.
|
|
5712
|
+
# The type of destination to which the flow log data is to be published.
|
|
5713
|
+
# Flow log data can be published to CloudWatch Logs or Amazon S3. To
|
|
5714
|
+
# publish flow log data to CloudWatch Logs, specify `cloud-watch-logs`.
|
|
5715
|
+
# To publish flow log data to Amazon S3, specify `s3`.
|
|
5597
5716
|
#
|
|
5598
5717
|
# If you specify `LogDestinationType` as `s3`, do not specify
|
|
5599
5718
|
# `DeliverLogsPermissionArn` or `LogGroupName`.
|
|
@@ -5601,10 +5720,10 @@ module Aws::EC2
|
|
|
5601
5720
|
# Default: `cloud-watch-logs`
|
|
5602
5721
|
#
|
|
5603
5722
|
# @option params [String] :log_destination
|
|
5604
|
-
#
|
|
5605
|
-
#
|
|
5606
|
-
#
|
|
5607
|
-
#
|
|
5723
|
+
# The destination to which the flow log data is to be published. Flow
|
|
5724
|
+
# log data can be published to a CloudWatch Logs log group or an Amazon
|
|
5725
|
+
# S3 bucket. The value specified for this parameter depends on the value
|
|
5726
|
+
# specified for `LogDestinationType`.
|
|
5608
5727
|
#
|
|
5609
5728
|
# If `LogDestinationType` is not specified or `cloud-watch-logs`,
|
|
5610
5729
|
# specify the Amazon Resource Name (ARN) of the CloudWatch Logs log
|
|
@@ -5653,6 +5772,9 @@ module Aws::EC2
|
|
|
5653
5772
|
#
|
|
5654
5773
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
|
5655
5774
|
#
|
|
5775
|
+
# @option params [Types::DestinationOptionsRequest] :destination_options
|
|
5776
|
+
# The destination options.
|
|
5777
|
+
#
|
|
5656
5778
|
# @return [Types::CreateFlowLogsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5657
5779
|
#
|
|
5658
5780
|
# * {Types::CreateFlowLogsResult#client_token #client_token} => String
|
|
@@ -5684,6 +5806,11 @@ module Aws::EC2
|
|
|
5684
5806
|
# },
|
|
5685
5807
|
# ],
|
|
5686
5808
|
# max_aggregation_interval: 1,
|
|
5809
|
+
# destination_options: {
|
|
5810
|
+
# file_format: "plain-text", # accepts plain-text, parquet
|
|
5811
|
+
# hive_compatible_partitions: false,
|
|
5812
|
+
# per_hour_partition: false,
|
|
5813
|
+
# },
|
|
5687
5814
|
# })
|
|
5688
5815
|
#
|
|
5689
5816
|
# @example Response structure
|
|
@@ -6593,6 +6720,53 @@ module Aws::EC2
|
|
|
6593
6720
|
# enclave_options: {
|
|
6594
6721
|
# enabled: false,
|
|
6595
6722
|
# },
|
|
6723
|
+
# instance_requirements: {
|
|
6724
|
+
# v_cpu_count: { # required
|
|
6725
|
+
# min: 1, # required
|
|
6726
|
+
# max: 1,
|
|
6727
|
+
# },
|
|
6728
|
+
# memory_mi_b: { # required
|
|
6729
|
+
# min: 1, # required
|
|
6730
|
+
# max: 1,
|
|
6731
|
+
# },
|
|
6732
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
6733
|
+
# memory_gi_b_per_v_cpu: {
|
|
6734
|
+
# min: 1.0,
|
|
6735
|
+
# max: 1.0,
|
|
6736
|
+
# },
|
|
6737
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
6738
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
6739
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
6740
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
6741
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
6742
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
6743
|
+
# require_hibernate_support: false,
|
|
6744
|
+
# network_interface_count: {
|
|
6745
|
+
# min: 1,
|
|
6746
|
+
# max: 1,
|
|
6747
|
+
# },
|
|
6748
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
6749
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
6750
|
+
# total_local_storage_gb: {
|
|
6751
|
+
# min: 1.0,
|
|
6752
|
+
# max: 1.0,
|
|
6753
|
+
# },
|
|
6754
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
6755
|
+
# min: 1,
|
|
6756
|
+
# max: 1,
|
|
6757
|
+
# },
|
|
6758
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
6759
|
+
# accelerator_count: {
|
|
6760
|
+
# min: 1,
|
|
6761
|
+
# max: 1,
|
|
6762
|
+
# },
|
|
6763
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
6764
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
6765
|
+
# accelerator_total_memory_mi_b: {
|
|
6766
|
+
# min: 1,
|
|
6767
|
+
# max: 1,
|
|
6768
|
+
# },
|
|
6769
|
+
# },
|
|
6596
6770
|
# },
|
|
6597
6771
|
# tag_specifications: [
|
|
6598
6772
|
# {
|
|
@@ -6892,6 +7066,53 @@ module Aws::EC2
|
|
|
6892
7066
|
# enclave_options: {
|
|
6893
7067
|
# enabled: false,
|
|
6894
7068
|
# },
|
|
7069
|
+
# instance_requirements: {
|
|
7070
|
+
# v_cpu_count: { # required
|
|
7071
|
+
# min: 1, # required
|
|
7072
|
+
# max: 1,
|
|
7073
|
+
# },
|
|
7074
|
+
# memory_mi_b: { # required
|
|
7075
|
+
# min: 1, # required
|
|
7076
|
+
# max: 1,
|
|
7077
|
+
# },
|
|
7078
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
7079
|
+
# memory_gi_b_per_v_cpu: {
|
|
7080
|
+
# min: 1.0,
|
|
7081
|
+
# max: 1.0,
|
|
7082
|
+
# },
|
|
7083
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
7084
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
7085
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
7086
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
7087
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
7088
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
7089
|
+
# require_hibernate_support: false,
|
|
7090
|
+
# network_interface_count: {
|
|
7091
|
+
# min: 1,
|
|
7092
|
+
# max: 1,
|
|
7093
|
+
# },
|
|
7094
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
7095
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
7096
|
+
# total_local_storage_gb: {
|
|
7097
|
+
# min: 1.0,
|
|
7098
|
+
# max: 1.0,
|
|
7099
|
+
# },
|
|
7100
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
7101
|
+
# min: 1,
|
|
7102
|
+
# max: 1,
|
|
7103
|
+
# },
|
|
7104
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
7105
|
+
# accelerator_count: {
|
|
7106
|
+
# min: 1,
|
|
7107
|
+
# max: 1,
|
|
7108
|
+
# },
|
|
7109
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
7110
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
7111
|
+
# accelerator_total_memory_mi_b: {
|
|
7112
|
+
# min: 1,
|
|
7113
|
+
# max: 1,
|
|
7114
|
+
# },
|
|
7115
|
+
# },
|
|
6895
7116
|
# },
|
|
6896
7117
|
# })
|
|
6897
7118
|
#
|
|
@@ -6997,6 +7218,42 @@ module Aws::EC2
|
|
|
6997
7218
|
# resp.launch_template_version.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
6998
7219
|
# resp.launch_template_version.launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
|
|
6999
7220
|
# resp.launch_template_version.launch_template_data.enclave_options.enabled #=> Boolean
|
|
7221
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.v_cpu_count.min #=> Integer
|
|
7222
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.v_cpu_count.max #=> Integer
|
|
7223
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.memory_mi_b.min #=> Integer
|
|
7224
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.memory_mi_b.max #=> Integer
|
|
7225
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.cpu_manufacturers #=> Array
|
|
7226
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
7227
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
7228
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
7229
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.excluded_instance_types #=> Array
|
|
7230
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.excluded_instance_types[0] #=> String
|
|
7231
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.instance_generations #=> Array
|
|
7232
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
7233
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
7234
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
7235
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
7236
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
7237
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.require_hibernate_support #=> Boolean
|
|
7238
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.network_interface_count.min #=> Integer
|
|
7239
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.network_interface_count.max #=> Integer
|
|
7240
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
7241
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.local_storage_types #=> Array
|
|
7242
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
7243
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.total_local_storage_gb.min #=> Float
|
|
7244
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.total_local_storage_gb.max #=> Float
|
|
7245
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
7246
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
7247
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_types #=> Array
|
|
7248
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
7249
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_count.min #=> Integer
|
|
7250
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_count.max #=> Integer
|
|
7251
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
|
|
7252
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
7253
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names #=> Array
|
|
7254
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
7255
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
7256
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
7000
7257
|
# resp.warning.errors #=> Array
|
|
7001
7258
|
# resp.warning.errors[0].code #=> String
|
|
7002
7259
|
# resp.warning.errors[0].message #=> String
|
|
@@ -11800,6 +12057,9 @@ module Aws::EC2
|
|
|
11800
12057
|
# resp.vpn_connection.vpn_connection_id #=> String
|
|
11801
12058
|
# resp.vpn_connection.vpn_gateway_id #=> String
|
|
11802
12059
|
# resp.vpn_connection.transit_gateway_id #=> String
|
|
12060
|
+
# resp.vpn_connection.core_network_arn #=> String
|
|
12061
|
+
# resp.vpn_connection.core_network_attachment_arn #=> String
|
|
12062
|
+
# resp.vpn_connection.gateway_association_state #=> String
|
|
11803
12063
|
# resp.vpn_connection.options.enable_acceleration #=> Boolean
|
|
11804
12064
|
# resp.vpn_connection.options.static_routes_only #=> Boolean
|
|
11805
12065
|
# resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
|
|
@@ -17407,10 +17667,47 @@ module Aws::EC2
|
|
|
17407
17667
|
# resp.fleets[0].launch_template_configs[0].overrides[0].weighted_capacity #=> Float
|
|
17408
17668
|
# resp.fleets[0].launch_template_configs[0].overrides[0].priority #=> Float
|
|
17409
17669
|
# resp.fleets[0].launch_template_configs[0].overrides[0].placement.group_name #=> String
|
|
17670
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.v_cpu_count.min #=> Integer
|
|
17671
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.v_cpu_count.max #=> Integer
|
|
17672
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.memory_mi_b.min #=> Integer
|
|
17673
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.memory_mi_b.max #=> Integer
|
|
17674
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.cpu_manufacturers #=> Array
|
|
17675
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
17676
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
17677
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
17678
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.excluded_instance_types #=> Array
|
|
17679
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.excluded_instance_types[0] #=> String
|
|
17680
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.instance_generations #=> Array
|
|
17681
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
17682
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
17683
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
17684
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
17685
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
17686
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.require_hibernate_support #=> Boolean
|
|
17687
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.network_interface_count.min #=> Integer
|
|
17688
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.network_interface_count.max #=> Integer
|
|
17689
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
17690
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.local_storage_types #=> Array
|
|
17691
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
17692
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.total_local_storage_gb.min #=> Float
|
|
17693
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.total_local_storage_gb.max #=> Float
|
|
17694
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
17695
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
17696
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_types #=> Array
|
|
17697
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
17698
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.min #=> Integer
|
|
17699
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.max #=> Integer
|
|
17700
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers #=> Array
|
|
17701
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
17702
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names #=> Array
|
|
17703
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
17704
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
17705
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
17410
17706
|
# resp.fleets[0].target_capacity_specification.total_target_capacity #=> Integer
|
|
17411
17707
|
# resp.fleets[0].target_capacity_specification.on_demand_target_capacity #=> Integer
|
|
17412
17708
|
# resp.fleets[0].target_capacity_specification.spot_target_capacity #=> Integer
|
|
17413
17709
|
# resp.fleets[0].target_capacity_specification.default_target_capacity_type #=> String, one of "spot", "on-demand"
|
|
17710
|
+
# resp.fleets[0].target_capacity_specification.target_capacity_unit_type #=> String, one of "vcpu", "memory-mib", "units"
|
|
17414
17711
|
# resp.fleets[0].terminate_instances_with_expiration #=> Boolean
|
|
17415
17712
|
# resp.fleets[0].type #=> String, one of "request", "maintain", "instant"
|
|
17416
17713
|
# resp.fleets[0].valid_from #=> Time
|
|
@@ -17444,6 +17741,42 @@ module Aws::EC2
|
|
|
17444
17741
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.weighted_capacity #=> Float
|
|
17445
17742
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.priority #=> Float
|
|
17446
17743
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.placement.group_name #=> String
|
|
17744
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.min #=> Integer
|
|
17745
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.max #=> Integer
|
|
17746
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.min #=> Integer
|
|
17747
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.max #=> Integer
|
|
17748
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers #=> Array
|
|
17749
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
17750
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
17751
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
17752
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types #=> Array
|
|
17753
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types[0] #=> String
|
|
17754
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations #=> Array
|
|
17755
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
17756
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
17757
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
17758
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
17759
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
17760
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.require_hibernate_support #=> Boolean
|
|
17761
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.min #=> Integer
|
|
17762
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.max #=> Integer
|
|
17763
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
17764
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types #=> Array
|
|
17765
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
17766
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.min #=> Float
|
|
17767
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.max #=> Float
|
|
17768
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
17769
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
17770
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
|
|
17771
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
17772
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
|
|
17773
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
|
|
17774
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
|
|
17775
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
17776
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
|
|
17777
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
17778
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
17779
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
17447
17780
|
# resp.fleets[0].errors[0].lifecycle #=> String, one of "spot", "on-demand"
|
|
17448
17781
|
# resp.fleets[0].errors[0].error_code #=> String
|
|
17449
17782
|
# resp.fleets[0].errors[0].error_message #=> String
|
|
@@ -17458,6 +17791,42 @@ module Aws::EC2
|
|
|
17458
17791
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.weighted_capacity #=> Float
|
|
17459
17792
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.priority #=> Float
|
|
17460
17793
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.placement.group_name #=> String
|
|
17794
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.min #=> Integer
|
|
17795
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.v_cpu_count.max #=> Integer
|
|
17796
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.min #=> Integer
|
|
17797
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_mi_b.max #=> Integer
|
|
17798
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers #=> Array
|
|
17799
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
17800
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
17801
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
17802
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types #=> Array
|
|
17803
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.excluded_instance_types[0] #=> String
|
|
17804
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations #=> Array
|
|
17805
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
17806
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
17807
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
17808
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
17809
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
17810
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.require_hibernate_support #=> Boolean
|
|
17811
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.min #=> Integer
|
|
17812
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.network_interface_count.max #=> Integer
|
|
17813
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
17814
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types #=> Array
|
|
17815
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
17816
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.min #=> Float
|
|
17817
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.total_local_storage_gb.max #=> Float
|
|
17818
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
17819
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
17820
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
|
|
17821
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
17822
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
|
|
17823
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
|
|
17824
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
|
|
17825
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
17826
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
|
|
17827
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
17828
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
17829
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
17461
17830
|
# resp.fleets[0].instances[0].lifecycle #=> String, one of "spot", "on-demand"
|
|
17462
17831
|
# resp.fleets[0].instances[0].instance_ids #=> Array
|
|
17463
17832
|
# resp.fleets[0].instances[0].instance_ids[0] #=> String
|
|
@@ -17567,6 +17936,9 @@ module Aws::EC2
|
|
|
17567
17936
|
# resp.flow_logs[0].tags[0].key #=> String
|
|
17568
17937
|
# resp.flow_logs[0].tags[0].value #=> String
|
|
17569
17938
|
# resp.flow_logs[0].max_aggregation_interval #=> Integer
|
|
17939
|
+
# resp.flow_logs[0].destination_options.file_format #=> String, one of "plain-text", "parquet"
|
|
17940
|
+
# resp.flow_logs[0].destination_options.hive_compatible_partitions #=> Boolean
|
|
17941
|
+
# resp.flow_logs[0].destination_options.per_hour_partition #=> Boolean
|
|
17570
17942
|
# resp.next_token #=> String
|
|
17571
17943
|
#
|
|
17572
17944
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFlowLogs AWS API Documentation
|
|
@@ -19883,7 +20255,10 @@ module Aws::EC2
|
|
|
19883
20255
|
# index for the instance in the launch group (for example, 0, 1, 2,
|
|
19884
20256
|
# and so on).
|
|
19885
20257
|
#
|
|
19886
|
-
# * `launch-time` - The time when the instance was launched
|
|
20258
|
+
# * `launch-time` - The time when the instance was launched, in the ISO
|
|
20259
|
+
# 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for
|
|
20260
|
+
# example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
|
|
20261
|
+
# for example, `2021-09-29T*`, which matches an entire day.
|
|
19887
20262
|
#
|
|
19888
20263
|
# * `metadata-options.http-tokens` - The metadata request authorization
|
|
19889
20264
|
# state (`optional` \| `required`)
|
|
@@ -20905,6 +21280,42 @@ module Aws::EC2
|
|
|
20905
21280
|
# resp.launch_template_versions[0].launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
20906
21281
|
# resp.launch_template_versions[0].launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
|
|
20907
21282
|
# resp.launch_template_versions[0].launch_template_data.enclave_options.enabled #=> Boolean
|
|
21283
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.v_cpu_count.min #=> Integer
|
|
21284
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.v_cpu_count.max #=> Integer
|
|
21285
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.memory_mi_b.min #=> Integer
|
|
21286
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.memory_mi_b.max #=> Integer
|
|
21287
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.cpu_manufacturers #=> Array
|
|
21288
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
21289
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
21290
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
21291
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.excluded_instance_types #=> Array
|
|
21292
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.excluded_instance_types[0] #=> String
|
|
21293
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.instance_generations #=> Array
|
|
21294
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
21295
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
21296
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
21297
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
21298
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
21299
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.require_hibernate_support #=> Boolean
|
|
21300
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.network_interface_count.min #=> Integer
|
|
21301
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.network_interface_count.max #=> Integer
|
|
21302
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
21303
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.local_storage_types #=> Array
|
|
21304
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
21305
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.total_local_storage_gb.min #=> Float
|
|
21306
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.total_local_storage_gb.max #=> Float
|
|
21307
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
21308
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
21309
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_types #=> Array
|
|
21310
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
21311
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_count.min #=> Integer
|
|
21312
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_count.max #=> Integer
|
|
21313
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
|
|
21314
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
21315
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names #=> Array
|
|
21316
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
21317
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
21318
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
20908
21319
|
# resp.next_token #=> String
|
|
20909
21320
|
#
|
|
20910
21321
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLaunchTemplateVersions AWS API Documentation
|
|
@@ -25638,6 +26049,42 @@ module Aws::EC2
|
|
|
25638
26049
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
|
25639
26050
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
|
25640
26051
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
|
26052
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.v_cpu_count.min #=> Integer
|
|
26053
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.v_cpu_count.max #=> Integer
|
|
26054
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.memory_mi_b.min #=> Integer
|
|
26055
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.memory_mi_b.max #=> Integer
|
|
26056
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.cpu_manufacturers #=> Array
|
|
26057
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
26058
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
26059
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
26060
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.excluded_instance_types #=> Array
|
|
26061
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.excluded_instance_types[0] #=> String
|
|
26062
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.instance_generations #=> Array
|
|
26063
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
26064
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
26065
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
26066
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
26067
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
26068
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.require_hibernate_support #=> Boolean
|
|
26069
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.network_interface_count.min #=> Integer
|
|
26070
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.network_interface_count.max #=> Integer
|
|
26071
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
26072
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.local_storage_types #=> Array
|
|
26073
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
26074
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.total_local_storage_gb.min #=> Float
|
|
26075
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.total_local_storage_gb.max #=> Float
|
|
26076
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
26077
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
26078
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_types #=> Array
|
|
26079
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
26080
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_count.min #=> Integer
|
|
26081
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_count.max #=> Integer
|
|
26082
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_manufacturers #=> Array
|
|
26083
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
26084
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names #=> Array
|
|
26085
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
26086
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
26087
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
25641
26088
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs #=> Array
|
|
25642
26089
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].launch_template_specification.launch_template_id #=> String
|
|
25643
26090
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].launch_template_specification.launch_template_name #=> String
|
|
@@ -25649,6 +26096,42 @@ module Aws::EC2
|
|
|
25649
26096
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].availability_zone #=> String
|
|
25650
26097
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].weighted_capacity #=> Float
|
|
25651
26098
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].priority #=> Float
|
|
26099
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.v_cpu_count.min #=> Integer
|
|
26100
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.v_cpu_count.max #=> Integer
|
|
26101
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.memory_mi_b.min #=> Integer
|
|
26102
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.memory_mi_b.max #=> Integer
|
|
26103
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.cpu_manufacturers #=> Array
|
|
26104
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
26105
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
26106
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
26107
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.excluded_instance_types #=> Array
|
|
26108
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.excluded_instance_types[0] #=> String
|
|
26109
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.instance_generations #=> Array
|
|
26110
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
26111
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
26112
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
26113
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
26114
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
26115
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.require_hibernate_support #=> Boolean
|
|
26116
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.network_interface_count.min #=> Integer
|
|
26117
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.network_interface_count.max #=> Integer
|
|
26118
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
26119
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.local_storage_types #=> Array
|
|
26120
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
26121
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.total_local_storage_gb.min #=> Float
|
|
26122
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.total_local_storage_gb.max #=> Float
|
|
26123
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
26124
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
26125
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_types #=> Array
|
|
26126
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
26127
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.min #=> Integer
|
|
26128
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.max #=> Integer
|
|
26129
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers #=> Array
|
|
26130
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
26131
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_names #=> Array
|
|
26132
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
26133
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
26134
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
25652
26135
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
|
|
25653
26136
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
|
|
25654
26137
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
|
|
@@ -25666,6 +26149,7 @@ module Aws::EC2
|
|
|
25666
26149
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups[0].arn #=> String
|
|
25667
26150
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
|
|
25668
26151
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.context #=> String
|
|
26152
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity_unit_type #=> String, one of "vcpu", "memory-mib", "units"
|
|
25669
26153
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
|
|
25670
26154
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
|
25671
26155
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
|
|
@@ -29522,6 +30006,9 @@ module Aws::EC2
|
|
|
29522
30006
|
# resp.vpn_connections[0].vpn_connection_id #=> String
|
|
29523
30007
|
# resp.vpn_connections[0].vpn_gateway_id #=> String
|
|
29524
30008
|
# resp.vpn_connections[0].transit_gateway_id #=> String
|
|
30009
|
+
# resp.vpn_connections[0].core_network_arn #=> String
|
|
30010
|
+
# resp.vpn_connections[0].core_network_attachment_arn #=> String
|
|
30011
|
+
# resp.vpn_connections[0].gateway_association_state #=> String
|
|
29525
30012
|
# resp.vpn_connections[0].options.enable_acceleration #=> Boolean
|
|
29526
30013
|
# resp.vpn_connections[0].options.static_routes_only #=> Boolean
|
|
29527
30014
|
# resp.vpn_connections[0].options.local_ipv_4_network_cidr #=> String
|
|
@@ -32262,6 +32749,135 @@ module Aws::EC2
|
|
|
32262
32749
|
req.send_request(options)
|
|
32263
32750
|
end
|
|
32264
32751
|
|
|
32752
|
+
# Returns a list of instance types with the specified instance
|
|
32753
|
+
# attributes. You can use the response to preview the instance types
|
|
32754
|
+
# without launching instances. Note that the response does not consider
|
|
32755
|
+
# capacity.
|
|
32756
|
+
#
|
|
32757
|
+
# When you specify multiple parameters, you get instance types that
|
|
32758
|
+
# satisfy all of the specified parameters. If you specify multiple
|
|
32759
|
+
# values for a parameter, you get instance types that satisfy any of the
|
|
32760
|
+
# specified values.
|
|
32761
|
+
#
|
|
32762
|
+
# For more information, see [Preview instance types with specified
|
|
32763
|
+
# attributes][1], [Attribute-based instance type selection for EC2
|
|
32764
|
+
# Fleet][2], [Attribute-based instance type selection for Spot
|
|
32765
|
+
# Fleet][3], and [Spot placement score][4] in the *Amazon EC2 User
|
|
32766
|
+
# Guide*, and [Creating an Auto Scaling group using attribute-based
|
|
32767
|
+
# instance type selection][5] in the *Amazon EC2 Auto Scaling User
|
|
32768
|
+
# Guide*.
|
|
32769
|
+
#
|
|
32770
|
+
#
|
|
32771
|
+
#
|
|
32772
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html#spotfleet-get-instance-types-from-instance-requirements
|
|
32773
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
|
|
32774
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
|
|
32775
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
|
|
32776
|
+
# [5]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html
|
|
32777
|
+
#
|
|
32778
|
+
# @option params [Boolean] :dry_run
|
|
32779
|
+
# Checks whether you have the required permissions for the action,
|
|
32780
|
+
# without actually making the request, and provides an error response.
|
|
32781
|
+
# If you have the required permissions, the error response is
|
|
32782
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
32783
|
+
#
|
|
32784
|
+
# @option params [required, Array<String>] :architecture_types
|
|
32785
|
+
# The processor architecture type.
|
|
32786
|
+
#
|
|
32787
|
+
# @option params [required, Array<String>] :virtualization_types
|
|
32788
|
+
# The virtualization type.
|
|
32789
|
+
#
|
|
32790
|
+
# @option params [required, Types::InstanceRequirementsRequest] :instance_requirements
|
|
32791
|
+
# The attributes required for the instance types.
|
|
32792
|
+
#
|
|
32793
|
+
# @option params [Integer] :max_results
|
|
32794
|
+
# The maximum number of results to return in a single call. Specify a
|
|
32795
|
+
# value between 1 and
1000. The default value is 1000. To retrieve the
|
|
32796
|
+
# remaining results, make another call with
the returned `NextToken`
|
|
32797
|
+
# value.
|
|
32798
|
+
#
|
|
32799
|
+
# @option params [String] :next_token
|
|
32800
|
+
# The token for the next set of results.
|
|
32801
|
+
#
|
|
32802
|
+
# @return [Types::GetInstanceTypesFromInstanceRequirementsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
32803
|
+
#
|
|
32804
|
+
# * {Types::GetInstanceTypesFromInstanceRequirementsResult#instance_types #instance_types} => Array<Types::InstanceTypeInfoFromInstanceRequirements>
|
|
32805
|
+
# * {Types::GetInstanceTypesFromInstanceRequirementsResult#next_token #next_token} => String
|
|
32806
|
+
#
|
|
32807
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
32808
|
+
#
|
|
32809
|
+
# @example Request syntax with placeholder values
|
|
32810
|
+
#
|
|
32811
|
+
# resp = client.get_instance_types_from_instance_requirements({
|
|
32812
|
+
# dry_run: false,
|
|
32813
|
+
# architecture_types: ["i386"], # required, accepts i386, x86_64, arm64, x86_64_mac
|
|
32814
|
+
# virtualization_types: ["hvm"], # required, accepts hvm, paravirtual
|
|
32815
|
+
# instance_requirements: { # required
|
|
32816
|
+
# v_cpu_count: { # required
|
|
32817
|
+
# min: 1, # required
|
|
32818
|
+
# max: 1,
|
|
32819
|
+
# },
|
|
32820
|
+
# memory_mi_b: { # required
|
|
32821
|
+
# min: 1, # required
|
|
32822
|
+
# max: 1,
|
|
32823
|
+
# },
|
|
32824
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
32825
|
+
# memory_gi_b_per_v_cpu: {
|
|
32826
|
+
# min: 1.0,
|
|
32827
|
+
# max: 1.0,
|
|
32828
|
+
# },
|
|
32829
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
32830
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
32831
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
32832
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
32833
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
32834
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
32835
|
+
# require_hibernate_support: false,
|
|
32836
|
+
# network_interface_count: {
|
|
32837
|
+
# min: 1,
|
|
32838
|
+
# max: 1,
|
|
32839
|
+
# },
|
|
32840
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
32841
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
32842
|
+
# total_local_storage_gb: {
|
|
32843
|
+
# min: 1.0,
|
|
32844
|
+
# max: 1.0,
|
|
32845
|
+
# },
|
|
32846
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
32847
|
+
# min: 1,
|
|
32848
|
+
# max: 1,
|
|
32849
|
+
# },
|
|
32850
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
32851
|
+
# accelerator_count: {
|
|
32852
|
+
# min: 1,
|
|
32853
|
+
# max: 1,
|
|
32854
|
+
# },
|
|
32855
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
32856
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
32857
|
+
# accelerator_total_memory_mi_b: {
|
|
32858
|
+
# min: 1,
|
|
32859
|
+
# max: 1,
|
|
32860
|
+
# },
|
|
32861
|
+
# },
|
|
32862
|
+
# max_results: 1,
|
|
32863
|
+
# next_token: "String",
|
|
32864
|
+
# })
|
|
32865
|
+
#
|
|
32866
|
+
# @example Response structure
|
|
32867
|
+
#
|
|
32868
|
+
# resp.instance_types #=> Array
|
|
32869
|
+
# resp.instance_types[0].instance_type #=> String
|
|
32870
|
+
# resp.next_token #=> String
|
|
32871
|
+
#
|
|
32872
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetInstanceTypesFromInstanceRequirements AWS API Documentation
|
|
32873
|
+
#
|
|
32874
|
+
# @overload get_instance_types_from_instance_requirements(params = {})
|
|
32875
|
+
# @param [Hash] params ({})
|
|
32876
|
+
def get_instance_types_from_instance_requirements(params = {}, options = {})
|
|
32877
|
+
req = build_request(:get_instance_types_from_instance_requirements, params)
|
|
32878
|
+
req.send_request(options)
|
|
32879
|
+
end
|
|
32880
|
+
|
|
32265
32881
|
# Retrieves the configuration data of the specified instance. You can
|
|
32266
32882
|
# use this data to create a launch template.
|
|
32267
32883
|
#
|
|
@@ -32449,6 +33065,42 @@ module Aws::EC2
|
|
|
32449
33065
|
# resp.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
32450
33066
|
# resp.launch_template_data.metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
|
|
32451
33067
|
# resp.launch_template_data.enclave_options.enabled #=> Boolean
|
|
33068
|
+
# resp.launch_template_data.instance_requirements.v_cpu_count.min #=> Integer
|
|
33069
|
+
# resp.launch_template_data.instance_requirements.v_cpu_count.max #=> Integer
|
|
33070
|
+
# resp.launch_template_data.instance_requirements.memory_mi_b.min #=> Integer
|
|
33071
|
+
# resp.launch_template_data.instance_requirements.memory_mi_b.max #=> Integer
|
|
33072
|
+
# resp.launch_template_data.instance_requirements.cpu_manufacturers #=> Array
|
|
33073
|
+
# resp.launch_template_data.instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
|
33074
|
+
# resp.launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
|
33075
|
+
# resp.launch_template_data.instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
|
33076
|
+
# resp.launch_template_data.instance_requirements.excluded_instance_types #=> Array
|
|
33077
|
+
# resp.launch_template_data.instance_requirements.excluded_instance_types[0] #=> String
|
|
33078
|
+
# resp.launch_template_data.instance_requirements.instance_generations #=> Array
|
|
33079
|
+
# resp.launch_template_data.instance_requirements.instance_generations[0] #=> String, one of "current", "previous"
|
|
33080
|
+
# resp.launch_template_data.instance_requirements.spot_max_price_percentage_over_lowest_price #=> Integer
|
|
33081
|
+
# resp.launch_template_data.instance_requirements.on_demand_max_price_percentage_over_lowest_price #=> Integer
|
|
33082
|
+
# resp.launch_template_data.instance_requirements.bare_metal #=> String, one of "included", "required", "excluded"
|
|
33083
|
+
# resp.launch_template_data.instance_requirements.burstable_performance #=> String, one of "included", "required", "excluded"
|
|
33084
|
+
# resp.launch_template_data.instance_requirements.require_hibernate_support #=> Boolean
|
|
33085
|
+
# resp.launch_template_data.instance_requirements.network_interface_count.min #=> Integer
|
|
33086
|
+
# resp.launch_template_data.instance_requirements.network_interface_count.max #=> Integer
|
|
33087
|
+
# resp.launch_template_data.instance_requirements.local_storage #=> String, one of "included", "required", "excluded"
|
|
33088
|
+
# resp.launch_template_data.instance_requirements.local_storage_types #=> Array
|
|
33089
|
+
# resp.launch_template_data.instance_requirements.local_storage_types[0] #=> String, one of "hdd", "ssd"
|
|
33090
|
+
# resp.launch_template_data.instance_requirements.total_local_storage_gb.min #=> Float
|
|
33091
|
+
# resp.launch_template_data.instance_requirements.total_local_storage_gb.max #=> Float
|
|
33092
|
+
# resp.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
|
|
33093
|
+
# resp.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
|
|
33094
|
+
# resp.launch_template_data.instance_requirements.accelerator_types #=> Array
|
|
33095
|
+
# resp.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
|
|
33096
|
+
# resp.launch_template_data.instance_requirements.accelerator_count.min #=> Integer
|
|
33097
|
+
# resp.launch_template_data.instance_requirements.accelerator_count.max #=> Integer
|
|
33098
|
+
# resp.launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
|
|
33099
|
+
# resp.launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "nvidia", "amd", "amazon-web-services", "xilinx"
|
|
33100
|
+
# resp.launch_template_data.instance_requirements.accelerator_names #=> Array
|
|
33101
|
+
# resp.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p"
|
|
33102
|
+
# resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
|
|
33103
|
+
# resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
|
|
32452
33104
|
#
|
|
32453
33105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetLaunchTemplateData AWS API Documentation
|
|
32454
33106
|
#
|
|
@@ -32753,6 +33405,162 @@ module Aws::EC2
|
|
|
32753
33405
|
req.send_request(options)
|
|
32754
33406
|
end
|
|
32755
33407
|
|
|
33408
|
+
# Calculates the Spot placement score for a Region or Availability Zone
|
|
33409
|
+
# based on the specified target capacity and compute requirements.
|
|
33410
|
+
#
|
|
33411
|
+
# You can specify your compute requirements either by using
|
|
33412
|
+
# `InstanceRequirementsWithMetadata` and letting Amazon EC2 choose the
|
|
33413
|
+
# optimal instance types to fulfill your Spot request, or you can
|
|
33414
|
+
# specify the instance types by using `InstanceTypes`.
|
|
33415
|
+
#
|
|
33416
|
+
# For more information, see [Spot placement score][1] in the Amazon EC2
|
|
33417
|
+
# User Guide.
|
|
33418
|
+
#
|
|
33419
|
+
#
|
|
33420
|
+
#
|
|
33421
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
|
|
33422
|
+
#
|
|
33423
|
+
# @option params [Array<String>] :instance_types
|
|
33424
|
+
# The instance types. We recommend that you specify at least three
|
|
33425
|
+
# instance types. If you specify one or two instance types, or specify
|
|
33426
|
+
# variations of a single instance type (for example, an `m3.xlarge` with
|
|
33427
|
+
# and without instance storage), the returned placement score will
|
|
33428
|
+
# always be low.
|
|
33429
|
+
#
|
|
33430
|
+
# If you specify `InstanceTypes`, you can't specify
|
|
33431
|
+
# `InstanceRequirementsWithMetadata`.
|
|
33432
|
+
#
|
|
33433
|
+
# @option params [required, Integer] :target_capacity
|
|
33434
|
+
# The target capacity.
|
|
33435
|
+
#
|
|
33436
|
+
# @option params [String] :target_capacity_unit_type
|
|
33437
|
+
# The unit for the target capacity.
|
|
33438
|
+
#
|
|
33439
|
+
# Default: `units` (translates to number of instances)
|
|
33440
|
+
#
|
|
33441
|
+
# @option params [Boolean] :single_availability_zone
|
|
33442
|
+
# Specify `true` so that the response returns a list of scored
|
|
33443
|
+
# Availability Zones. Otherwise, the response returns a list of scored
|
|
33444
|
+
# Regions.
|
|
33445
|
+
#
|
|
33446
|
+
# A list of scored Availability Zones is useful if you want to launch
|
|
33447
|
+
# all of your Spot capacity into a single Availability Zone.
|
|
33448
|
+
#
|
|
33449
|
+
# @option params [Array<String>] :region_names
|
|
33450
|
+
# The Regions used to narrow down the list of Regions to be scored.
|
|
33451
|
+
# Enter the Region code, for example, `us-east-1`.
|
|
33452
|
+
#
|
|
33453
|
+
# @option params [Types::InstanceRequirementsWithMetadataRequest] :instance_requirements_with_metadata
|
|
33454
|
+
# The attributes for the instance types. When you specify instance
|
|
33455
|
+
# attributes, Amazon EC2 will identify instance types with those
|
|
33456
|
+
# attributes.
|
|
33457
|
+
#
|
|
33458
|
+
# If you specify `InstanceRequirementsWithMetadata`, you can't specify
|
|
33459
|
+
# `InstanceTypes`.
|
|
33460
|
+
#
|
|
33461
|
+
# @option params [Boolean] :dry_run
|
|
33462
|
+
# Checks whether you have the required permissions for the action,
|
|
33463
|
+
# without actually making the request, and provides an error response.
|
|
33464
|
+
# If you have the required permissions, the error response is
|
|
33465
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
33466
|
+
#
|
|
33467
|
+
# @option params [Integer] :max_results
|
|
33468
|
+
# The maximum number of results to return in a single call. Specify a
|
|
33469
|
+
# value between 1 and
1000. The default value is 1000. To retrieve the
|
|
33470
|
+
# remaining results, make another call with
the returned `NextToken`
|
|
33471
|
+
# value.
|
|
33472
|
+
#
|
|
33473
|
+
# @option params [String] :next_token
|
|
33474
|
+
# The token for the next set of results.
|
|
33475
|
+
#
|
|
33476
|
+
# @return [Types::GetSpotPlacementScoresResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
33477
|
+
#
|
|
33478
|
+
# * {Types::GetSpotPlacementScoresResult#spot_placement_scores #spot_placement_scores} => Array<Types::SpotPlacementScore>
|
|
33479
|
+
# * {Types::GetSpotPlacementScoresResult#next_token #next_token} => String
|
|
33480
|
+
#
|
|
33481
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
33482
|
+
#
|
|
33483
|
+
# @example Request syntax with placeholder values
|
|
33484
|
+
#
|
|
33485
|
+
# resp = client.get_spot_placement_scores({
|
|
33486
|
+
# instance_types: ["String"],
|
|
33487
|
+
# target_capacity: 1, # required
|
|
33488
|
+
# target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
|
|
33489
|
+
# single_availability_zone: false,
|
|
33490
|
+
# region_names: ["String"],
|
|
33491
|
+
# instance_requirements_with_metadata: {
|
|
33492
|
+
# architecture_types: ["i386"], # accepts i386, x86_64, arm64, x86_64_mac
|
|
33493
|
+
# virtualization_types: ["hvm"], # accepts hvm, paravirtual
|
|
33494
|
+
# instance_requirements: {
|
|
33495
|
+
# v_cpu_count: { # required
|
|
33496
|
+
# min: 1, # required
|
|
33497
|
+
# max: 1,
|
|
33498
|
+
# },
|
|
33499
|
+
# memory_mi_b: { # required
|
|
33500
|
+
# min: 1, # required
|
|
33501
|
+
# max: 1,
|
|
33502
|
+
# },
|
|
33503
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
33504
|
+
# memory_gi_b_per_v_cpu: {
|
|
33505
|
+
# min: 1.0,
|
|
33506
|
+
# max: 1.0,
|
|
33507
|
+
# },
|
|
33508
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
33509
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
33510
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
33511
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
33512
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
33513
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
33514
|
+
# require_hibernate_support: false,
|
|
33515
|
+
# network_interface_count: {
|
|
33516
|
+
# min: 1,
|
|
33517
|
+
# max: 1,
|
|
33518
|
+
# },
|
|
33519
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
33520
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
33521
|
+
# total_local_storage_gb: {
|
|
33522
|
+
# min: 1.0,
|
|
33523
|
+
# max: 1.0,
|
|
33524
|
+
# },
|
|
33525
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
33526
|
+
# min: 1,
|
|
33527
|
+
# max: 1,
|
|
33528
|
+
# },
|
|
33529
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
33530
|
+
# accelerator_count: {
|
|
33531
|
+
# min: 1,
|
|
33532
|
+
# max: 1,
|
|
33533
|
+
# },
|
|
33534
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
33535
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
33536
|
+
# accelerator_total_memory_mi_b: {
|
|
33537
|
+
# min: 1,
|
|
33538
|
+
# max: 1,
|
|
33539
|
+
# },
|
|
33540
|
+
# },
|
|
33541
|
+
# },
|
|
33542
|
+
# dry_run: false,
|
|
33543
|
+
# max_results: 1,
|
|
33544
|
+
# next_token: "String",
|
|
33545
|
+
# })
|
|
33546
|
+
#
|
|
33547
|
+
# @example Response structure
|
|
33548
|
+
#
|
|
33549
|
+
# resp.spot_placement_scores #=> Array
|
|
33550
|
+
# resp.spot_placement_scores[0].region #=> String
|
|
33551
|
+
# resp.spot_placement_scores[0].availability_zone_id #=> String
|
|
33552
|
+
# resp.spot_placement_scores[0].score #=> Integer
|
|
33553
|
+
# resp.next_token #=> String
|
|
33554
|
+
#
|
|
33555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetSpotPlacementScores AWS API Documentation
|
|
33556
|
+
#
|
|
33557
|
+
# @overload get_spot_placement_scores(params = {})
|
|
33558
|
+
# @param [Hash] params ({})
|
|
33559
|
+
def get_spot_placement_scores(params = {}, options = {})
|
|
33560
|
+
req = build_request(:get_spot_placement_scores, params)
|
|
33561
|
+
req.send_request(options)
|
|
33562
|
+
end
|
|
33563
|
+
|
|
32756
33564
|
# Gets information about the subnet CIDR reservations.
|
|
32757
33565
|
#
|
|
32758
33566
|
# @option params [Array<Types::Filter>] :filters
|
|
@@ -34245,6 +35053,9 @@ module Aws::EC2
|
|
|
34245
35053
|
# If you have the required permissions, the error response is
|
|
34246
35054
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
34247
35055
|
#
|
|
35056
|
+
# @option params [String] :additional_info
|
|
35057
|
+
# Reserved for future use.
|
|
35058
|
+
#
|
|
34248
35059
|
# @return [Types::ModifyCapacityReservationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
34249
35060
|
#
|
|
34250
35061
|
# * {Types::ModifyCapacityReservationResult#return #return} => Boolean
|
|
@@ -34258,6 +35069,7 @@ module Aws::EC2
|
|
|
34258
35069
|
# end_date_type: "unlimited", # accepts unlimited, limited
|
|
34259
35070
|
# accept: false,
|
|
34260
35071
|
# dry_run: false,
|
|
35072
|
+
# additional_info: "String",
|
|
34261
35073
|
# })
|
|
34262
35074
|
#
|
|
34263
35075
|
# @example Response structure
|
|
@@ -34696,6 +35508,53 @@ module Aws::EC2
|
|
|
34696
35508
|
# spread_domain: "String",
|
|
34697
35509
|
# host_resource_group_arn: "String",
|
|
34698
35510
|
# },
|
|
35511
|
+
# instance_requirements: {
|
|
35512
|
+
# v_cpu_count: { # required
|
|
35513
|
+
# min: 1, # required
|
|
35514
|
+
# max: 1,
|
|
35515
|
+
# },
|
|
35516
|
+
# memory_mi_b: { # required
|
|
35517
|
+
# min: 1, # required
|
|
35518
|
+
# max: 1,
|
|
35519
|
+
# },
|
|
35520
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
35521
|
+
# memory_gi_b_per_v_cpu: {
|
|
35522
|
+
# min: 1.0,
|
|
35523
|
+
# max: 1.0,
|
|
35524
|
+
# },
|
|
35525
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
35526
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
35527
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
35528
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
35529
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
35530
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
35531
|
+
# require_hibernate_support: false,
|
|
35532
|
+
# network_interface_count: {
|
|
35533
|
+
# min: 1,
|
|
35534
|
+
# max: 1,
|
|
35535
|
+
# },
|
|
35536
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
35537
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
35538
|
+
# total_local_storage_gb: {
|
|
35539
|
+
# min: 1.0,
|
|
35540
|
+
# max: 1.0,
|
|
35541
|
+
# },
|
|
35542
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
35543
|
+
# min: 1,
|
|
35544
|
+
# max: 1,
|
|
35545
|
+
# },
|
|
35546
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
35547
|
+
# accelerator_count: {
|
|
35548
|
+
# min: 1,
|
|
35549
|
+
# max: 1,
|
|
35550
|
+
# },
|
|
35551
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
35552
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
35553
|
+
# accelerator_total_memory_mi_b: {
|
|
35554
|
+
# min: 1,
|
|
35555
|
+
# max: 1,
|
|
35556
|
+
# },
|
|
35557
|
+
# },
|
|
34699
35558
|
# },
|
|
34700
35559
|
# ],
|
|
34701
35560
|
# },
|
|
@@ -34706,6 +35565,7 @@ module Aws::EC2
|
|
|
34706
35565
|
# on_demand_target_capacity: 1,
|
|
34707
35566
|
# spot_target_capacity: 1,
|
|
34708
35567
|
# default_target_capacity_type: "spot", # accepts spot, on-demand
|
|
35568
|
+
# target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
|
|
34709
35569
|
# },
|
|
34710
35570
|
# context: "String",
|
|
34711
35571
|
# })
|
|
@@ -36477,6 +37337,53 @@ module Aws::EC2
|
|
|
36477
37337
|
# availability_zone: "String",
|
|
36478
37338
|
# weighted_capacity: 1.0,
|
|
36479
37339
|
# priority: 1.0,
|
|
37340
|
+
# instance_requirements: {
|
|
37341
|
+
# v_cpu_count: {
|
|
37342
|
+
# min: 1,
|
|
37343
|
+
# max: 1,
|
|
37344
|
+
# },
|
|
37345
|
+
# memory_mi_b: {
|
|
37346
|
+
# min: 1,
|
|
37347
|
+
# max: 1,
|
|
37348
|
+
# },
|
|
37349
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
37350
|
+
# memory_gi_b_per_v_cpu: {
|
|
37351
|
+
# min: 1.0,
|
|
37352
|
+
# max: 1.0,
|
|
37353
|
+
# },
|
|
37354
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
37355
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
37356
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
37357
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
37358
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
37359
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
37360
|
+
# require_hibernate_support: false,
|
|
37361
|
+
# network_interface_count: {
|
|
37362
|
+
# min: 1,
|
|
37363
|
+
# max: 1,
|
|
37364
|
+
# },
|
|
37365
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
37366
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
37367
|
+
# total_local_storage_gb: {
|
|
37368
|
+
# min: 1.0,
|
|
37369
|
+
# max: 1.0,
|
|
37370
|
+
# },
|
|
37371
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
37372
|
+
# min: 1,
|
|
37373
|
+
# max: 1,
|
|
37374
|
+
# },
|
|
37375
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
37376
|
+
# accelerator_count: {
|
|
37377
|
+
# min: 1,
|
|
37378
|
+
# max: 1,
|
|
37379
|
+
# },
|
|
37380
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
37381
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
37382
|
+
# accelerator_total_memory_mi_b: {
|
|
37383
|
+
# min: 1,
|
|
37384
|
+
# max: 1,
|
|
37385
|
+
# },
|
|
37386
|
+
# },
|
|
36480
37387
|
# },
|
|
36481
37388
|
# ],
|
|
36482
37389
|
# },
|
|
@@ -37843,6 +38750,9 @@ module Aws::EC2
|
|
|
37843
38750
|
# resp.vpn_connection.vpn_connection_id #=> String
|
|
37844
38751
|
# resp.vpn_connection.vpn_gateway_id #=> String
|
|
37845
38752
|
# resp.vpn_connection.transit_gateway_id #=> String
|
|
38753
|
+
# resp.vpn_connection.core_network_arn #=> String
|
|
38754
|
+
# resp.vpn_connection.core_network_attachment_arn #=> String
|
|
38755
|
+
# resp.vpn_connection.gateway_association_state #=> String
|
|
37846
38756
|
# resp.vpn_connection.options.enable_acceleration #=> Boolean
|
|
37847
38757
|
# resp.vpn_connection.options.static_routes_only #=> Boolean
|
|
37848
38758
|
# resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
|
|
@@ -37964,6 +38874,9 @@ module Aws::EC2
|
|
|
37964
38874
|
# resp.vpn_connection.vpn_connection_id #=> String
|
|
37965
38875
|
# resp.vpn_connection.vpn_gateway_id #=> String
|
|
37966
38876
|
# resp.vpn_connection.transit_gateway_id #=> String
|
|
38877
|
+
# resp.vpn_connection.core_network_arn #=> String
|
|
38878
|
+
# resp.vpn_connection.core_network_attachment_arn #=> String
|
|
38879
|
+
# resp.vpn_connection.gateway_association_state #=> String
|
|
37967
38880
|
# resp.vpn_connection.options.enable_acceleration #=> Boolean
|
|
37968
38881
|
# resp.vpn_connection.options.static_routes_only #=> Boolean
|
|
37969
38882
|
# resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
|
|
@@ -38058,6 +38971,9 @@ module Aws::EC2
|
|
|
38058
38971
|
# resp.vpn_connection.vpn_connection_id #=> String
|
|
38059
38972
|
# resp.vpn_connection.vpn_gateway_id #=> String
|
|
38060
38973
|
# resp.vpn_connection.transit_gateway_id #=> String
|
|
38974
|
+
# resp.vpn_connection.core_network_arn #=> String
|
|
38975
|
+
# resp.vpn_connection.core_network_attachment_arn #=> String
|
|
38976
|
+
# resp.vpn_connection.gateway_association_state #=> String
|
|
38061
38977
|
# resp.vpn_connection.options.enable_acceleration #=> Boolean
|
|
38062
38978
|
# resp.vpn_connection.options.static_routes_only #=> Boolean
|
|
38063
38979
|
# resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
|
|
@@ -38212,6 +39128,9 @@ module Aws::EC2
|
|
|
38212
39128
|
# resp.vpn_connection.vpn_connection_id #=> String
|
|
38213
39129
|
# resp.vpn_connection.vpn_gateway_id #=> String
|
|
38214
39130
|
# resp.vpn_connection.transit_gateway_id #=> String
|
|
39131
|
+
# resp.vpn_connection.core_network_arn #=> String
|
|
39132
|
+
# resp.vpn_connection.core_network_attachment_arn #=> String
|
|
39133
|
+
# resp.vpn_connection.gateway_association_state #=> String
|
|
38215
39134
|
# resp.vpn_connection.options.enable_acceleration #=> Boolean
|
|
38216
39135
|
# resp.vpn_connection.options.static_routes_only #=> Boolean
|
|
38217
39136
|
# resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
|
|
@@ -40409,6 +41328,53 @@ module Aws::EC2
|
|
|
40409
41328
|
# ],
|
|
40410
41329
|
# },
|
|
40411
41330
|
# ],
|
|
41331
|
+
# instance_requirements: {
|
|
41332
|
+
# v_cpu_count: {
|
|
41333
|
+
# min: 1,
|
|
41334
|
+
# max: 1,
|
|
41335
|
+
# },
|
|
41336
|
+
# memory_mi_b: {
|
|
41337
|
+
# min: 1,
|
|
41338
|
+
# max: 1,
|
|
41339
|
+
# },
|
|
41340
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
41341
|
+
# memory_gi_b_per_v_cpu: {
|
|
41342
|
+
# min: 1.0,
|
|
41343
|
+
# max: 1.0,
|
|
41344
|
+
# },
|
|
41345
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
41346
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
41347
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
41348
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
41349
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
41350
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
41351
|
+
# require_hibernate_support: false,
|
|
41352
|
+
# network_interface_count: {
|
|
41353
|
+
# min: 1,
|
|
41354
|
+
# max: 1,
|
|
41355
|
+
# },
|
|
41356
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
41357
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
41358
|
+
# total_local_storage_gb: {
|
|
41359
|
+
# min: 1.0,
|
|
41360
|
+
# max: 1.0,
|
|
41361
|
+
# },
|
|
41362
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
41363
|
+
# min: 1,
|
|
41364
|
+
# max: 1,
|
|
41365
|
+
# },
|
|
41366
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
41367
|
+
# accelerator_count: {
|
|
41368
|
+
# min: 1,
|
|
41369
|
+
# max: 1,
|
|
41370
|
+
# },
|
|
41371
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
41372
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
41373
|
+
# accelerator_total_memory_mi_b: {
|
|
41374
|
+
# min: 1,
|
|
41375
|
+
# max: 1,
|
|
41376
|
+
# },
|
|
41377
|
+
# },
|
|
40412
41378
|
# },
|
|
40413
41379
|
# ],
|
|
40414
41380
|
# launch_template_configs: [
|
|
@@ -40426,6 +41392,53 @@ module Aws::EC2
|
|
|
40426
41392
|
# availability_zone: "String",
|
|
40427
41393
|
# weighted_capacity: 1.0,
|
|
40428
41394
|
# priority: 1.0,
|
|
41395
|
+
# instance_requirements: {
|
|
41396
|
+
# v_cpu_count: {
|
|
41397
|
+
# min: 1,
|
|
41398
|
+
# max: 1,
|
|
41399
|
+
# },
|
|
41400
|
+
# memory_mi_b: {
|
|
41401
|
+
# min: 1,
|
|
41402
|
+
# max: 1,
|
|
41403
|
+
# },
|
|
41404
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
|
41405
|
+
# memory_gi_b_per_v_cpu: {
|
|
41406
|
+
# min: 1.0,
|
|
41407
|
+
# max: 1.0,
|
|
41408
|
+
# },
|
|
41409
|
+
# excluded_instance_types: ["ExcludedInstanceType"],
|
|
41410
|
+
# instance_generations: ["current"], # accepts current, previous
|
|
41411
|
+
# spot_max_price_percentage_over_lowest_price: 1,
|
|
41412
|
+
# on_demand_max_price_percentage_over_lowest_price: 1,
|
|
41413
|
+
# bare_metal: "included", # accepts included, required, excluded
|
|
41414
|
+
# burstable_performance: "included", # accepts included, required, excluded
|
|
41415
|
+
# require_hibernate_support: false,
|
|
41416
|
+
# network_interface_count: {
|
|
41417
|
+
# min: 1,
|
|
41418
|
+
# max: 1,
|
|
41419
|
+
# },
|
|
41420
|
+
# local_storage: "included", # accepts included, required, excluded
|
|
41421
|
+
# local_storage_types: ["hdd"], # accepts hdd, ssd
|
|
41422
|
+
# total_local_storage_gb: {
|
|
41423
|
+
# min: 1.0,
|
|
41424
|
+
# max: 1.0,
|
|
41425
|
+
# },
|
|
41426
|
+
# baseline_ebs_bandwidth_mbps: {
|
|
41427
|
+
# min: 1,
|
|
41428
|
+
# max: 1,
|
|
41429
|
+
# },
|
|
41430
|
+
# accelerator_types: ["gpu"], # accepts gpu, fpga, inference
|
|
41431
|
+
# accelerator_count: {
|
|
41432
|
+
# min: 1,
|
|
41433
|
+
# max: 1,
|
|
41434
|
+
# },
|
|
41435
|
+
# accelerator_manufacturers: ["nvidia"], # accepts nvidia, amd, amazon-web-services, xilinx
|
|
41436
|
+
# accelerator_names: ["a100"], # accepts a100, v100, k80, t4, m60, radeon-pro-v520, vu9p
|
|
41437
|
+
# accelerator_total_memory_mi_b: {
|
|
41438
|
+
# min: 1,
|
|
41439
|
+
# max: 1,
|
|
41440
|
+
# },
|
|
41441
|
+
# },
|
|
40429
41442
|
# },
|
|
40430
41443
|
# ],
|
|
40431
41444
|
# },
|
|
@@ -40459,6 +41472,7 @@ module Aws::EC2
|
|
|
40459
41472
|
# },
|
|
40460
41473
|
# instance_pools_to_use_count: 1,
|
|
40461
41474
|
# context: "String",
|
|
41475
|
+
# target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
|
|
40462
41476
|
# tag_specifications: [
|
|
40463
41477
|
# {
|
|
40464
41478
|
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
|
@@ -44165,7 +45179,7 @@ module Aws::EC2
|
|
|
44165
45179
|
params: params,
|
|
44166
45180
|
config: config)
|
|
44167
45181
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
44168
|
-
context[:gem_version] = '1.
|
|
45182
|
+
context[:gem_version] = '1.273.0'
|
|
44169
45183
|
Seahorse::Client::Request.new(handlers, context)
|
|
44170
45184
|
end
|
|
44171
45185
|
|