aws-sdk-autoscaling 1.135.0 → 1.136.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +2 -3
- data/lib/aws-sdk-autoscaling/client.rb +15 -17
- data/lib/aws-sdk-autoscaling/launch_configuration.rb +10 -12
- data/lib/aws-sdk-autoscaling/resource.rb +9 -10
- data/lib/aws-sdk-autoscaling/types.rb +29 -36
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/sig/auto_scaling_group.rbs +1 -1
- data/sig/client.rbs +3 -3
- data/sig/resource.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea4a674acf3d0077918987c4fce1efbaf8eaac52196f52a8fcb4c7ebcb357d42
|
4
|
+
data.tar.gz: 88aef157aac108ea8b55d0e30b59f84be826a6487b63e4f12c05de1938d5261d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67f14ee1c0cb2a54c6887a333b60bb1efcba15f892fca2b2a5f58e75befa109efbe5583ac714e238ee016de7a5bae762c6b5e188cb0f4df29ec2e1de56faab79
|
7
|
+
data.tar.gz: 5463cf9d3f09aaa23d99d3af0b0c61bb4c99b6facf96f68187d3deaff7c0f474222489c27ef7f942035060e79730a4ca094fa7fd4ce1e9fde65356b3c6513636
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.136.0
|
@@ -1224,7 +1224,7 @@ module Aws::AutoScaling
|
|
1224
1224
|
# min: 1, # required
|
1225
1225
|
# max: 1,
|
1226
1226
|
# },
|
1227
|
-
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
1227
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services, apple
|
1228
1228
|
# memory_gi_b_per_v_cpu: {
|
1229
1229
|
# min: 1.0,
|
1230
1230
|
# max: 1.0,
|
@@ -1404,8 +1404,7 @@ module Aws::AutoScaling
|
|
1404
1404
|
# The name of an existing placement group into which to launch your
|
1405
1405
|
# instances. To remove the placement group setting, pass an empty string
|
1406
1406
|
# for `placement-group`. For more information about placement groups,
|
1407
|
-
# see [Placement groups][1] in the *Amazon EC2 User Guide
|
1408
|
-
# Instances*.
|
1407
|
+
# see [Placement groups][1] in the *Amazon EC2 User Guide*.
|
1409
1408
|
#
|
1410
1409
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances within
|
1411
1410
|
# a single Availability Zone. You cannot specify multiple Availability
|
@@ -1181,7 +1181,7 @@ module Aws::AutoScaling
|
|
1181
1181
|
# @option params [String] :placement_group
|
1182
1182
|
# The name of the placement group into which to launch your instances.
|
1183
1183
|
# For more information, see [Placement groups][1] in the *Amazon EC2
|
1184
|
-
# User Guide
|
1184
|
+
# User Guide*.
|
1185
1185
|
#
|
1186
1186
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances within
|
1187
1187
|
# a single Availability Zone. You cannot specify multiple Availability
|
@@ -1522,7 +1522,7 @@ module Aws::AutoScaling
|
|
1522
1522
|
# min: 1, # required
|
1523
1523
|
# max: 1,
|
1524
1524
|
# },
|
1525
|
-
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
1525
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services, apple
|
1526
1526
|
# memory_gi_b_per_v_cpu: {
|
1527
1527
|
# min: 1.0,
|
1528
1528
|
# max: 1.0,
|
@@ -1697,7 +1697,7 @@ module Aws::AutoScaling
|
|
1697
1697
|
# @option params [String] :image_id
|
1698
1698
|
# The ID of the Amazon Machine Image (AMI) that was assigned during
|
1699
1699
|
# registration. For more information, see [Find a Linux AMI][1] in the
|
1700
|
-
# *Amazon EC2 User Guide
|
1700
|
+
# *Amazon EC2 User Guide*.
|
1701
1701
|
#
|
1702
1702
|
# If you specify `InstanceId`, an `ImageId` is not required.
|
1703
1703
|
#
|
@@ -1707,8 +1707,7 @@ module Aws::AutoScaling
|
|
1707
1707
|
#
|
1708
1708
|
# @option params [String] :key_name
|
1709
1709
|
# The name of the key pair. For more information, see [Amazon EC2 key
|
1710
|
-
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide
|
1711
|
-
# Linux Instances*.
|
1710
|
+
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
1712
1711
|
#
|
1713
1712
|
#
|
1714
1713
|
#
|
@@ -1762,7 +1761,7 @@ module Aws::AutoScaling
|
|
1762
1761
|
# @option params [String] :instance_type
|
1763
1762
|
# Specifies the instance type of the EC2 instance. For information about
|
1764
1763
|
# available instance types, see [Available instance types][1] in the
|
1765
|
-
# *Amazon EC2 User Guide
|
1764
|
+
# *Amazon EC2 User Guide*.
|
1766
1765
|
#
|
1767
1766
|
# If you specify `InstanceId`, an `InstanceType` is not required.
|
1768
1767
|
#
|
@@ -1775,7 +1774,7 @@ module Aws::AutoScaling
|
|
1775
1774
|
#
|
1776
1775
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
1777
1776
|
# For more information, see [User provided kernels][1] in the *Amazon
|
1778
|
-
# EC2 User Guide
|
1777
|
+
# EC2 User Guide*.
|
1779
1778
|
#
|
1780
1779
|
# </note>
|
1781
1780
|
#
|
@@ -1788,7 +1787,7 @@ module Aws::AutoScaling
|
|
1788
1787
|
#
|
1789
1788
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
1790
1789
|
# For more information, see [User provided kernels][1] in the *Amazon
|
1791
|
-
# EC2 User Guide
|
1790
|
+
# EC2 User Guide*.
|
1792
1791
|
#
|
1793
1792
|
# </note>
|
1794
1793
|
#
|
@@ -1801,7 +1800,7 @@ module Aws::AutoScaling
|
|
1801
1800
|
# attach to the instances at launch. By default, the block devices
|
1802
1801
|
# specified in the block device mapping for the AMI are used. For more
|
1803
1802
|
# information, see [Block device mappings][1] in the *Amazon EC2 User
|
1804
|
-
# Guide
|
1803
|
+
# Guide*.
|
1805
1804
|
#
|
1806
1805
|
#
|
1807
1806
|
#
|
@@ -1862,7 +1861,7 @@ module Aws::AutoScaling
|
|
1862
1861
|
# with all instance types. Additional fees are incurred when you enable
|
1863
1862
|
# EBS optimization for an instance type that is not EBS-optimized by
|
1864
1863
|
# default. For more information, see [Amazon EBS-optimized instances][1]
|
1865
|
-
# in the *Amazon EC2 User Guide
|
1864
|
+
# in the *Amazon EC2 User Guide*.
|
1866
1865
|
#
|
1867
1866
|
# The default value is `false`.
|
1868
1867
|
#
|
@@ -2656,7 +2655,7 @@ module Aws::AutoScaling
|
|
2656
2655
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_mi_b.min #=> Integer
|
2657
2656
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_mi_b.max #=> Integer
|
2658
2657
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers #=> Array
|
2659
|
-
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
2658
|
+
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services", "apple"
|
2660
2659
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
2661
2660
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
2662
2661
|
# resp.auto_scaling_groups[0].mixed_instances_policy.launch_template.overrides[0].instance_requirements.excluded_instance_types #=> Array
|
@@ -3069,7 +3068,7 @@ module Aws::AutoScaling
|
|
3069
3068
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_mi_b.min #=> Integer
|
3070
3069
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_mi_b.max #=> Integer
|
3071
3070
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers #=> Array
|
3072
|
-
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services"
|
3071
|
+
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.cpu_manufacturers[0] #=> String, one of "intel", "amd", "amazon-web-services", "apple"
|
3073
3072
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_gi_b_per_v_cpu.min #=> Float
|
3074
3073
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.memory_gi_b_per_v_cpu.max #=> Float
|
3075
3074
|
# resp.instance_refreshes[0].desired_configuration.mixed_instances_policy.launch_template.overrides[0].instance_requirements.excluded_instance_types #=> Array
|
@@ -6742,7 +6741,7 @@ module Aws::AutoScaling
|
|
6742
6741
|
# min: 1, # required
|
6743
6742
|
# max: 1,
|
6744
6743
|
# },
|
6745
|
-
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
6744
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services, apple
|
6746
6745
|
# memory_gi_b_per_v_cpu: {
|
6747
6746
|
# min: 1.0,
|
6748
6747
|
# max: 1.0,
|
@@ -7132,8 +7131,7 @@ module Aws::AutoScaling
|
|
7132
7131
|
# The name of an existing placement group into which to launch your
|
7133
7132
|
# instances. To remove the placement group setting, pass an empty string
|
7134
7133
|
# for `placement-group`. For more information about placement groups,
|
7135
|
-
# see [Placement groups][1] in the *Amazon EC2 User Guide
|
7136
|
-
# Instances*.
|
7134
|
+
# see [Placement groups][1] in the *Amazon EC2 User Guide*.
|
7137
7135
|
#
|
7138
7136
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances within
|
7139
7137
|
# a single Availability Zone. You cannot specify multiple Availability
|
@@ -7342,7 +7340,7 @@ module Aws::AutoScaling
|
|
7342
7340
|
# min: 1, # required
|
7343
7341
|
# max: 1,
|
7344
7342
|
# },
|
7345
|
-
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
7343
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services, apple
|
7346
7344
|
# memory_gi_b_per_v_cpu: {
|
7347
7345
|
# min: 1.0,
|
7348
7346
|
# max: 1.0,
|
@@ -7472,7 +7470,7 @@ module Aws::AutoScaling
|
|
7472
7470
|
tracer: tracer
|
7473
7471
|
)
|
7474
7472
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
7475
|
-
context[:gem_version] = '1.
|
7473
|
+
context[:gem_version] = '1.136.0'
|
7476
7474
|
Seahorse::Client::Request.new(handlers, context)
|
7477
7475
|
end
|
7478
7476
|
|
@@ -43,7 +43,7 @@ module Aws::AutoScaling
|
|
43
43
|
|
44
44
|
# The ID of the Amazon Machine Image (AMI) to use to launch your EC2
|
45
45
|
# instances. For more information, see [Find a Linux AMI][1] in the
|
46
|
-
# *Amazon EC2 User Guide
|
46
|
+
# *Amazon EC2 User Guide*.
|
47
47
|
#
|
48
48
|
#
|
49
49
|
#
|
@@ -56,7 +56,7 @@ module Aws::AutoScaling
|
|
56
56
|
# The name of the key pair.
|
57
57
|
#
|
58
58
|
# For more information, see [Amazon EC2 key pairs and Amazon EC2
|
59
|
-
# instances][1] in the *Amazon EC2 User Guide
|
59
|
+
# instances][1] in the *Amazon EC2 User Guide*.
|
60
60
|
#
|
61
61
|
#
|
62
62
|
#
|
@@ -92,16 +92,15 @@ module Aws::AutoScaling
|
|
92
92
|
end
|
93
93
|
|
94
94
|
# The user data to make available to the launched EC2 instances. For
|
95
|
-
# more information, see [Instance metadata and user data][1]
|
96
|
-
#
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
95
|
+
# more information, see [Instance metadata and user data][1] in the
|
96
|
+
# *Amazon EC2 User Guide*. If you are using a command line tool,
|
97
|
+
# base64-encoding is performed for you, and you can load the text from a
|
98
|
+
# file. Otherwise, you must provide base64-encoded text. User data is
|
99
|
+
# limited to 16 KB.
|
100
100
|
#
|
101
101
|
#
|
102
102
|
#
|
103
103
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
104
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html
|
105
104
|
# @return [String]
|
106
105
|
def user_data
|
107
106
|
data[:user_data]
|
@@ -109,7 +108,7 @@ module Aws::AutoScaling
|
|
109
108
|
|
110
109
|
# The instance type for the instances. For information about available
|
111
110
|
# instance types, see [Available instance types][1] in the *Amazon EC2
|
112
|
-
# User Guide
|
111
|
+
# User Guide*.
|
113
112
|
#
|
114
113
|
#
|
115
114
|
#
|
@@ -135,7 +134,7 @@ module Aws::AutoScaling
|
|
135
134
|
# attach to the instances at launch. By default, the block devices
|
136
135
|
# specified in the block device mapping for the AMI are used. For more
|
137
136
|
# information, see [Block device mappings][1] in the *Amazon EC2 User
|
138
|
-
# Guide
|
137
|
+
# Guide*.
|
139
138
|
#
|
140
139
|
#
|
141
140
|
#
|
@@ -195,8 +194,7 @@ module Aws::AutoScaling
|
|
195
194
|
|
196
195
|
# Specifies whether the launch configuration is optimized for EBS I/O
|
197
196
|
# (`true`) or not (`false`). For more information, see [Amazon
|
198
|
-
# EBS-optimized instances][1] in the *Amazon EC2 User Guide
|
199
|
-
# Instances*.
|
197
|
+
# EBS-optimized instances][1] in the *Amazon EC2 User Guide*.
|
200
198
|
#
|
201
199
|
#
|
202
200
|
#
|
@@ -70,7 +70,7 @@ module Aws::AutoScaling
|
|
70
70
|
# min: 1, # required
|
71
71
|
# max: 1,
|
72
72
|
# },
|
73
|
-
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services
|
73
|
+
# cpu_manufacturers: ["intel"], # accepts intel, amd, amazon-web-services, apple
|
74
74
|
# memory_gi_b_per_v_cpu: {
|
75
75
|
# min: 1.0,
|
76
76
|
# max: 1.0,
|
@@ -344,7 +344,7 @@ module Aws::AutoScaling
|
|
344
344
|
# @option options [String] :placement_group
|
345
345
|
# The name of the placement group into which to launch your instances.
|
346
346
|
# For more information, see [Placement groups][1] in the *Amazon EC2
|
347
|
-
# User Guide
|
347
|
+
# User Guide*.
|
348
348
|
#
|
349
349
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances within
|
350
350
|
# a single Availability Zone. You cannot specify multiple Availability
|
@@ -570,7 +570,7 @@ module Aws::AutoScaling
|
|
570
570
|
# @option options [String] :image_id
|
571
571
|
# The ID of the Amazon Machine Image (AMI) that was assigned during
|
572
572
|
# registration. For more information, see [Find a Linux AMI][1] in the
|
573
|
-
# *Amazon EC2 User Guide
|
573
|
+
# *Amazon EC2 User Guide*.
|
574
574
|
#
|
575
575
|
# If you specify `InstanceId`, an `ImageId` is not required.
|
576
576
|
#
|
@@ -579,8 +579,7 @@ module Aws::AutoScaling
|
|
579
579
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
|
580
580
|
# @option options [String] :key_name
|
581
581
|
# The name of the key pair. For more information, see [Amazon EC2 key
|
582
|
-
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide
|
583
|
-
# Linux Instances*.
|
582
|
+
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
584
583
|
#
|
585
584
|
#
|
586
585
|
#
|
@@ -628,7 +627,7 @@ module Aws::AutoScaling
|
|
628
627
|
# @option options [String] :instance_type
|
629
628
|
# Specifies the instance type of the EC2 instance. For information about
|
630
629
|
# available instance types, see [Available instance types][1] in the
|
631
|
-
# *Amazon EC2 User Guide
|
630
|
+
# *Amazon EC2 User Guide*.
|
632
631
|
#
|
633
632
|
# If you specify `InstanceId`, an `InstanceType` is not required.
|
634
633
|
#
|
@@ -640,7 +639,7 @@ module Aws::AutoScaling
|
|
640
639
|
#
|
641
640
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
642
641
|
# For more information, see [User provided kernels][1] in the *Amazon
|
643
|
-
# EC2 User Guide
|
642
|
+
# EC2 User Guide*.
|
644
643
|
#
|
645
644
|
# </note>
|
646
645
|
#
|
@@ -652,7 +651,7 @@ module Aws::AutoScaling
|
|
652
651
|
#
|
653
652
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
654
653
|
# For more information, see [User provided kernels][1] in the *Amazon
|
655
|
-
# EC2 User Guide
|
654
|
+
# EC2 User Guide*.
|
656
655
|
#
|
657
656
|
# </note>
|
658
657
|
#
|
@@ -664,7 +663,7 @@ module Aws::AutoScaling
|
|
664
663
|
# attach to the instances at launch. By default, the block devices
|
665
664
|
# specified in the block device mapping for the AMI are used. For more
|
666
665
|
# information, see [Block device mappings][1] in the *Amazon EC2 User
|
667
|
-
# Guide
|
666
|
+
# Guide*.
|
668
667
|
#
|
669
668
|
#
|
670
669
|
#
|
@@ -721,7 +720,7 @@ module Aws::AutoScaling
|
|
721
720
|
# with all instance types. Additional fees are incurred when you enable
|
722
721
|
# EBS optimization for an instance type that is not EBS-optimized by
|
723
722
|
# default. For more information, see [Amazon EBS-optimized instances][1]
|
724
|
-
# in the *Amazon EC2 User Guide
|
723
|
+
# in the *Amazon EC2 User Guide*.
|
725
724
|
#
|
726
725
|
# The default value is `false`.
|
727
726
|
#
|
@@ -900,7 +900,7 @@ module Aws::AutoScaling
|
|
900
900
|
# @!attribute [rw] device_name
|
901
901
|
# The device name assigned to the volume (for example, `/dev/sdh` or
|
902
902
|
# `xvdh`). For more information, see [Device naming on Linux
|
903
|
-
# instances][1] in the *Amazon EC2 User Guide
|
903
|
+
# instances][1] in the *Amazon EC2 User Guide*.
|
904
904
|
#
|
905
905
|
# <note markdown="1"> To define a block device mapping, set the device name and exactly
|
906
906
|
# one of the following properties: `Ebs`, `NoDevice`, or
|
@@ -1279,7 +1279,7 @@ module Aws::AutoScaling
|
|
1279
1279
|
# @!attribute [rw] placement_group
|
1280
1280
|
# The name of the placement group into which to launch your instances.
|
1281
1281
|
# For more information, see [Placement groups][1] in the *Amazon EC2
|
1282
|
-
# User Guide
|
1282
|
+
# User Guide*.
|
1283
1283
|
#
|
1284
1284
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances
|
1285
1285
|
# within a single Availability Zone. You cannot specify multiple
|
@@ -1528,7 +1528,7 @@ module Aws::AutoScaling
|
|
1528
1528
|
# @!attribute [rw] image_id
|
1529
1529
|
# The ID of the Amazon Machine Image (AMI) that was assigned during
|
1530
1530
|
# registration. For more information, see [Find a Linux AMI][1] in the
|
1531
|
-
# *Amazon EC2 User Guide
|
1531
|
+
# *Amazon EC2 User Guide*.
|
1532
1532
|
#
|
1533
1533
|
# If you specify `InstanceId`, an `ImageId` is not required.
|
1534
1534
|
#
|
@@ -1539,8 +1539,7 @@ module Aws::AutoScaling
|
|
1539
1539
|
#
|
1540
1540
|
# @!attribute [rw] key_name
|
1541
1541
|
# The name of the key pair. For more information, see [Amazon EC2 key
|
1542
|
-
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide
|
1543
|
-
# Linux Instances*.
|
1542
|
+
# pairs and Amazon EC2 instances][1] in the *Amazon EC2 User Guide*.
|
1544
1543
|
#
|
1545
1544
|
#
|
1546
1545
|
#
|
@@ -1601,7 +1600,7 @@ module Aws::AutoScaling
|
|
1601
1600
|
# @!attribute [rw] instance_type
|
1602
1601
|
# Specifies the instance type of the EC2 instance. For information
|
1603
1602
|
# about available instance types, see [Available instance types][1] in
|
1604
|
-
# the *Amazon EC2 User Guide
|
1603
|
+
# the *Amazon EC2 User Guide*.
|
1605
1604
|
#
|
1606
1605
|
# If you specify `InstanceId`, an `InstanceType` is not required.
|
1607
1606
|
#
|
@@ -1615,7 +1614,7 @@ module Aws::AutoScaling
|
|
1615
1614
|
#
|
1616
1615
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
1617
1616
|
# For more information, see [User provided kernels][1] in the *Amazon
|
1618
|
-
# EC2 User Guide
|
1617
|
+
# EC2 User Guide*.
|
1619
1618
|
#
|
1620
1619
|
# </note>
|
1621
1620
|
#
|
@@ -1629,7 +1628,7 @@ module Aws::AutoScaling
|
|
1629
1628
|
#
|
1630
1629
|
# <note markdown="1"> We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
1631
1630
|
# For more information, see [User provided kernels][1] in the *Amazon
|
1632
|
-
# EC2 User Guide
|
1631
|
+
# EC2 User Guide*.
|
1633
1632
|
#
|
1634
1633
|
# </note>
|
1635
1634
|
#
|
@@ -1643,7 +1642,7 @@ module Aws::AutoScaling
|
|
1643
1642
|
# attach to the instances at launch. By default, the block devices
|
1644
1643
|
# specified in the block device mapping for the AMI are used. For more
|
1645
1644
|
# information, see [Block device mappings][1] in the *Amazon EC2 User
|
1646
|
-
# Guide
|
1645
|
+
# Guide*.
|
1647
1646
|
#
|
1648
1647
|
#
|
1649
1648
|
#
|
@@ -1708,8 +1707,7 @@ module Aws::AutoScaling
|
|
1708
1707
|
# with all instance types. Additional fees are incurred when you
|
1709
1708
|
# enable EBS optimization for an instance type that is not
|
1710
1709
|
# EBS-optimized by default. For more information, see [Amazon
|
1711
|
-
# EBS-optimized instances][1] in the *Amazon EC2 User Guide
|
1712
|
-
# Instances*.
|
1710
|
+
# EBS-optimized instances][1] in the *Amazon EC2 User Guide*.
|
1713
1711
|
#
|
1714
1712
|
# The default value is `false`.
|
1715
1713
|
#
|
@@ -3793,7 +3791,7 @@ module Aws::AutoScaling
|
|
3793
3791
|
# Scaling User Guide*. For help determining which instance types match
|
3794
3792
|
# your attributes before you apply them to your Auto Scaling group, see
|
3795
3793
|
# [Preview instance types with specified attributes][2] in the *Amazon
|
3796
|
-
# EC2 User Guide
|
3794
|
+
# EC2 User Guide*.
|
3797
3795
|
#
|
3798
3796
|
#
|
3799
3797
|
#
|
@@ -3819,6 +3817,8 @@ module Aws::AutoScaling
|
|
3819
3817
|
# * For instance types with Amazon Web Services CPUs, specify
|
3820
3818
|
# `amazon-web-services`.
|
3821
3819
|
#
|
3820
|
+
# * For instance types with Apple CPUs, specify `apple`.
|
3821
|
+
#
|
3822
3822
|
# <note markdown="1"> Don't confuse the CPU hardware manufacturer with the CPU hardware
|
3823
3823
|
# architecture. Instances will be launched with a compatible CPU
|
3824
3824
|
# architecture based on the Amazon Machine Image (AMI) that you
|
@@ -3863,8 +3863,7 @@ module Aws::AutoScaling
|
|
3863
3863
|
# current generation includes EC2 instance types currently
|
3864
3864
|
# recommended for use. This typically includes the latest two to
|
3865
3865
|
# three generations in each instance family. For more information,
|
3866
|
-
# see [Instance types][1] in the *Amazon EC2 User Guide
|
3867
|
-
# Instances*.
|
3866
|
+
# see [Instance types][1] in the *Amazon EC2 User Guide*.
|
3868
3867
|
#
|
3869
3868
|
# * For previous generation instance types, specify `previous`.
|
3870
3869
|
#
|
@@ -3975,8 +3974,7 @@ module Aws::AutoScaling
|
|
3975
3974
|
# @!attribute [rw] burstable_performance
|
3976
3975
|
# Indicates whether burstable performance instance types are included,
|
3977
3976
|
# excluded, or required. For more information, see [Burstable
|
3978
|
-
# performance instances][1] in the *Amazon EC2 User Guide
|
3979
|
-
# Instances*.
|
3977
|
+
# performance instances][1] in the *Amazon EC2 User Guide*.
|
3980
3978
|
#
|
3981
3979
|
# Default: `excluded`
|
3982
3980
|
#
|
@@ -4002,8 +4000,7 @@ module Aws::AutoScaling
|
|
4002
4000
|
# @!attribute [rw] local_storage
|
4003
4001
|
# Indicates whether instance types with instance store volumes are
|
4004
4002
|
# included, excluded, or required. For more information, see [Amazon
|
4005
|
-
# EC2 instance store][1] in the *Amazon EC2 User Guide
|
4006
|
-
# Instances*.
|
4003
|
+
# EC2 instance store][1] in the *Amazon EC2 User Guide*.
|
4007
4004
|
#
|
4008
4005
|
# Default: `included`
|
4009
4006
|
#
|
@@ -4034,8 +4031,7 @@ module Aws::AutoScaling
|
|
4034
4031
|
# @!attribute [rw] baseline_ebs_bandwidth_mbps
|
4035
4032
|
# The minimum and maximum baseline bandwidth performance for an
|
4036
4033
|
# instance type, in Mbps. For more information, see [Amazon
|
4037
|
-
# EBS–optimized instances][1] in the *Amazon EC2 User Guide
|
4038
|
-
# Instances*.
|
4034
|
+
# EBS–optimized instances][1] in the *Amazon EC2 User Guide*.
|
4039
4035
|
#
|
4040
4036
|
# Default: No minimum or maximum limits
|
4041
4037
|
#
|
@@ -4383,7 +4379,7 @@ module Aws::AutoScaling
|
|
4383
4379
|
# @!attribute [rw] image_id
|
4384
4380
|
# The ID of the Amazon Machine Image (AMI) to use to launch your EC2
|
4385
4381
|
# instances. For more information, see [Find a Linux AMI][1] in the
|
4386
|
-
# *Amazon EC2 User Guide
|
4382
|
+
# *Amazon EC2 User Guide*.
|
4387
4383
|
#
|
4388
4384
|
#
|
4389
4385
|
#
|
@@ -4394,7 +4390,7 @@ module Aws::AutoScaling
|
|
4394
4390
|
# The name of the key pair.
|
4395
4391
|
#
|
4396
4392
|
# For more information, see [Amazon EC2 key pairs and Amazon EC2
|
4397
|
-
# instances][1] in the *Amazon EC2 User Guide
|
4393
|
+
# instances][1] in the *Amazon EC2 User Guide*.
|
4398
4394
|
#
|
4399
4395
|
#
|
4400
4396
|
#
|
@@ -4422,22 +4418,21 @@ module Aws::AutoScaling
|
|
4422
4418
|
#
|
4423
4419
|
# @!attribute [rw] user_data
|
4424
4420
|
# The user data to make available to the launched EC2 instances. For
|
4425
|
-
# more information, see [Instance metadata and user data][1]
|
4426
|
-
#
|
4427
|
-
#
|
4428
|
-
#
|
4429
|
-
#
|
4421
|
+
# more information, see [Instance metadata and user data][1] in the
|
4422
|
+
# *Amazon EC2 User Guide*. If you are using a command line tool,
|
4423
|
+
# base64-encoding is performed for you, and you can load the text from
|
4424
|
+
# a file. Otherwise, you must provide base64-encoded text. User data
|
4425
|
+
# is limited to 16 KB.
|
4430
4426
|
#
|
4431
4427
|
#
|
4432
4428
|
#
|
4433
4429
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
4434
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html
|
4435
4430
|
# @return [String]
|
4436
4431
|
#
|
4437
4432
|
# @!attribute [rw] instance_type
|
4438
4433
|
# The instance type for the instances. For information about available
|
4439
4434
|
# instance types, see [Available instance types][1] in the *Amazon EC2
|
4440
|
-
# User Guide
|
4435
|
+
# User Guide*.
|
4441
4436
|
#
|
4442
4437
|
#
|
4443
4438
|
#
|
@@ -4457,7 +4452,7 @@ module Aws::AutoScaling
|
|
4457
4452
|
# attach to the instances at launch. By default, the block devices
|
4458
4453
|
# specified in the block device mapping for the AMI are used. For more
|
4459
4454
|
# information, see [Block device mappings][1] in the *Amazon EC2 User
|
4460
|
-
# Guide
|
4455
|
+
# Guide*.
|
4461
4456
|
#
|
4462
4457
|
#
|
4463
4458
|
#
|
@@ -4507,8 +4502,7 @@ module Aws::AutoScaling
|
|
4507
4502
|
# @!attribute [rw] ebs_optimized
|
4508
4503
|
# Specifies whether the launch configuration is optimized for EBS I/O
|
4509
4504
|
# (`true`) or not (`false`). For more information, see [Amazon
|
4510
|
-
# EBS-optimized instances][1] in the *Amazon EC2 User Guide
|
4511
|
-
# Instances*.
|
4505
|
+
# EBS-optimized instances][1] in the *Amazon EC2 User Guide*.
|
4512
4506
|
#
|
4513
4507
|
#
|
4514
4508
|
#
|
@@ -4680,7 +4674,7 @@ module Aws::AutoScaling
|
|
4680
4674
|
# The instance type, such as `m3.xlarge`. You must specify an instance
|
4681
4675
|
# type that is supported in your requested Region and Availability
|
4682
4676
|
# Zones. For more information, see [Instance types][1] in the *Amazon
|
4683
|
-
# EC2 User Guide
|
4677
|
+
# EC2 User Guide*.
|
4684
4678
|
#
|
4685
4679
|
# You can specify up to 40 instance types per Auto Scaling group.
|
4686
4680
|
#
|
@@ -5449,7 +5443,7 @@ module Aws::AutoScaling
|
|
5449
5443
|
# types that support the specified minimum bandwidth, but the actual
|
5450
5444
|
# bandwidth of your instance might go below the specified minimum at
|
5451
5445
|
# times. For more information, see [Available instance bandwidth][2] in
|
5452
|
-
# the *Amazon EC2 User Guide
|
5446
|
+
# the *Amazon EC2 User Guide*.
|
5453
5447
|
#
|
5454
5448
|
# </note>
|
5455
5449
|
#
|
@@ -8092,8 +8086,7 @@ module Aws::AutoScaling
|
|
8092
8086
|
# The name of an existing placement group into which to launch your
|
8093
8087
|
# instances. To remove the placement group setting, pass an empty
|
8094
8088
|
# string for `placement-group`. For more information about placement
|
8095
|
-
# groups, see [Placement groups][1] in the *Amazon EC2 User Guide
|
8096
|
-
# Linux Instances*.
|
8089
|
+
# groups, see [Placement groups][1] in the *Amazon EC2 User Guide*.
|
8097
8090
|
#
|
8098
8091
|
# <note markdown="1"> A *cluster* placement group is a logical grouping of instances
|
8099
8092
|
# within a single Availability Zone. You cannot specify multiple
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
data/sig/auto_scaling_group.rbs
CHANGED
@@ -411,7 +411,7 @@ module Aws
|
|
411
411
|
min: ::Integer,
|
412
412
|
max: ::Integer?
|
413
413
|
},
|
414
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
|
414
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
415
415
|
memory_gi_b_per_v_cpu: {
|
416
416
|
min: ::Float?,
|
417
417
|
max: ::Float?
|
data/sig/client.rbs
CHANGED
@@ -210,7 +210,7 @@ module Aws
|
|
210
210
|
min: ::Integer,
|
211
211
|
max: ::Integer?
|
212
212
|
},
|
213
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
|
213
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
214
214
|
memory_gi_b_per_v_cpu: {
|
215
215
|
min: ::Float?,
|
216
216
|
max: ::Float?
|
@@ -1158,7 +1158,7 @@ module Aws
|
|
1158
1158
|
min: ::Integer,
|
1159
1159
|
max: ::Integer?
|
1160
1160
|
},
|
1161
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
|
1161
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
1162
1162
|
memory_gi_b_per_v_cpu: {
|
1163
1163
|
min: ::Float?,
|
1164
1164
|
max: ::Float?
|
@@ -1294,7 +1294,7 @@ module Aws
|
|
1294
1294
|
min: ::Integer,
|
1295
1295
|
max: ::Integer?
|
1296
1296
|
},
|
1297
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
|
1297
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
1298
1298
|
memory_gi_b_per_v_cpu: {
|
1299
1299
|
min: ::Float?,
|
1300
1300
|
max: ::Float?
|
data/sig/resource.rbs
CHANGED
@@ -113,7 +113,7 @@ module Aws
|
|
113
113
|
min: ::Integer,
|
114
114
|
max: ::Integer?
|
115
115
|
},
|
116
|
-
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services")]?,
|
116
|
+
cpu_manufacturers: Array[("intel" | "amd" | "amazon-web-services" | "apple")]?,
|
117
117
|
memory_gi_b_per_v_cpu: {
|
118
118
|
min: ::Float?,
|
119
119
|
max: ::Float?
|
data/sig/types.rbs
CHANGED
@@ -778,7 +778,7 @@ module Aws::AutoScaling
|
|
778
778
|
class InstanceRequirements
|
779
779
|
attr_accessor v_cpu_count: Types::VCpuCountRequest
|
780
780
|
attr_accessor memory_mi_b: Types::MemoryMiBRequest
|
781
|
-
attr_accessor cpu_manufacturers: ::Array[("intel" | "amd" | "amazon-web-services")]
|
781
|
+
attr_accessor cpu_manufacturers: ::Array[("intel" | "amd" | "amazon-web-services" | "apple")]
|
782
782
|
attr_accessor memory_gi_b_per_v_cpu: Types::MemoryGiBPerVCpuRequest
|
783
783
|
attr_accessor excluded_instance_types: ::Array[::String]
|
784
784
|
attr_accessor instance_generations: ::Array[("current" | "previous")]
|