aws-sdk-eks 1.154.0 → 1.155.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a04b495c35c4c6810fd1c6eedbd1e559c50bd64137b01a80be1b45539de9909
4
- data.tar.gz: d32ae3ecf8f723974d1de3a8a355cb967f9e10c0b7732ad5e56cb266eeb46f93
3
+ metadata.gz: eb6ad1b71114f5ce1aab62f6b1c23a2fb2b1b353e085b79a46137bbd6ed0f878
4
+ data.tar.gz: bd391ad7df6f5480081d857e497bd8a947d488c483c45276d2f1e1ba4863ddf7
5
5
  SHA512:
6
- metadata.gz: 1b6ba72f50768886e99d6804a7b0cd7d7886d6e1a3bd1897d54e87f7a223840a81e2b1cde97ef5801f6b167eddd5dcd5334adc57823e896a6eb78319fd1f7f06
7
- data.tar.gz: 145169140251b503200c237f72971c71939c04cc1b45a3f6a6c123eb7a4be7bb45c03a0e846572174e71181d20c45712fa1b1755e6a6364b216ec00c20439810
6
+ metadata.gz: dbc1f918b481225eae782fd910efb96bcd321146d054be1347d09ef513f2277ec36e938b2817b431d634d3d8dd4b8af5d1f43d274d38832cfd14ad8fbc945572
7
+ data.tar.gz: 9b6a68c1b97a7ac6c134c2d553f16321a584d6b3c9c4a6f14cfa731c72a8e08bfe1236b37d773fd4cf108b99c9aec0b856b70e98cee006cac9fc5023afcf7449
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.155.0 (2026-01-14)
5
+ ------------------
6
+
7
+ * Feature - Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions.
8
+
4
9
  1.154.0 (2026-01-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.154.0
1
+ 1.155.0
@@ -1862,10 +1862,10 @@ module Aws::EKS
1862
1862
  # using launch templates, see [Customizing managed nodes with launch
1863
1863
  # templates][1].
1864
1864
  #
1865
- # An Amazon EKS managed node group is an Amazon EC2 Amazon EC2 Auto
1866
- # Scaling group and associated Amazon EC2 instances that are managed by
1867
- # Amazon Web Services for an Amazon EKS cluster. For more information,
1868
- # see [Managed node groups][2] in the *Amazon EKS User Guide*.
1865
+ # An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group
1866
+ # and associated Amazon EC2 instances that are managed by Amazon Web
1867
+ # Services for an Amazon EKS cluster. For more information, see [Managed
1868
+ # node groups][2] in the *Amazon EKS User Guide*.
1869
1869
  #
1870
1870
  # <note markdown="1"> Windows AMI types are only supported for commercial Amazon Web
1871
1871
  # Services Regions that support Windows on Amazon EKS.
@@ -2077,7 +2077,7 @@ module Aws::EKS
2077
2077
  # disk_size: 1,
2078
2078
  # subnets: ["String"], # required
2079
2079
  # instance_types: ["String"],
2080
- # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_FIPS, BOTTLEROCKET_x86_64_FIPS, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NEURON, AL2023_x86_64_NVIDIA, AL2023_ARM_64_NVIDIA
2080
+ # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_FIPS, BOTTLEROCKET_x86_64_FIPS, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, BOTTLEROCKET_ARM_64_NVIDIA_FIPS, BOTTLEROCKET_x86_64_NVIDIA_FIPS, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NEURON, AL2023_x86_64_NVIDIA, AL2023_ARM_64_NVIDIA
2081
2081
  # remote_access: {
2082
2082
  # ec2_ssh_key: "String",
2083
2083
  # source_security_groups: ["String"],
@@ -2148,7 +2148,7 @@ module Aws::EKS
2148
2148
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2149
2149
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2150
2150
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2151
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2151
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2152
2152
  # resp.nodegroup.node_role #=> String
2153
2153
  # resp.nodegroup.labels #=> Hash
2154
2154
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -2814,7 +2814,7 @@ module Aws::EKS
2814
2814
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2815
2815
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2816
2816
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2817
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2817
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2818
2818
  # resp.nodegroup.node_role #=> String
2819
2819
  # resp.nodegroup.labels #=> Hash
2820
2820
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -3839,7 +3839,7 @@ module Aws::EKS
3839
3839
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
3840
3840
  # resp.nodegroup.remote_access.source_security_groups #=> Array
3841
3841
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
3842
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
3842
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
3843
3843
  # resp.nodegroup.node_role #=> String
3844
3844
  # resp.nodegroup.labels #=> Hash
3845
3845
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -6354,7 +6354,7 @@ module Aws::EKS
6354
6354
  tracer: tracer
6355
6355
  )
6356
6356
  context[:gem_name] = 'aws-sdk-eks'
6357
- context[:gem_version] = '1.154.0'
6357
+ context[:gem_version] = '1.155.0'
6358
6358
  Seahorse::Client::Request.new(handlers, context)
6359
6359
  end
6360
6360
 
@@ -896,12 +896,12 @@ module Aws::EKS
896
896
  include Aws::Structure
897
897
  end
898
898
 
899
- # An Amazon EC2 Auto Scaling group that is associated with an Amazon EKS
900
- # managed node group.
899
+ # An Auto Scaling group that is associated with an Amazon EKS managed
900
+ # node group.
901
901
  #
902
902
  # @!attribute [rw] name
903
- # The name of the Amazon EC2 Auto Scaling group associated with an
904
- # Amazon EKS managed node group.
903
+ # The name of the Auto Scaling group associated with an Amazon EKS
904
+ # managed node group.
905
905
  # @return [String]
906
906
  #
907
907
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AutoScalingGroup AWS API Documentation
@@ -4668,13 +4668,12 @@ module Aws::EKS
4668
4668
  # is failing to authenticate or authorize with your Kubernetes
4669
4669
  # cluster API server.
4670
4670
  #
4671
- # * **AsgInstanceLaunchFailures**: Your Amazon EC2 Auto Scaling group
4672
- # is experiencing failures while attempting to launch instances.
4671
+ # * **AsgInstanceLaunchFailures**: Your Auto Scaling group is
4672
+ # experiencing failures while attempting to launch instances.
4673
4673
  #
4674
- # * **AutoScalingGroupNotFound**: We couldn't find the Amazon EC2
4675
- # Auto Scaling group associated with the managed node group. You may
4676
- # be able to recreate an Amazon EC2 Auto Scaling group with the same
4677
- # settings to recover.
4674
+ # * **AutoScalingGroupNotFound**: We couldn't find the Auto Scaling
4675
+ # group associated with the managed node group. You may be able to
4676
+ # recreate an Auto Scaling group with the same settings to recover.
4678
4677
  #
4679
4678
  # * **ClusterUnreachable**: Amazon EKS or one or more of your managed
4680
4679
  # nodes is unable to to communicate with your Kubernetes cluster API
@@ -6223,11 +6222,10 @@ module Aws::EKS
6223
6222
  include Aws::Structure
6224
6223
  end
6225
6224
 
6226
- # An object representing the scaling configuration details for the
6227
- # Amazon EC2 Auto Scaling group that is associated with your node group.
6228
- # When creating a node group, you must specify all or none of the
6229
- # properties. When updating a node group, you can specify any or none of
6230
- # the properties.
6225
+ # An object representing the scaling configuration details for the Auto
6226
+ # Scaling group that is associated with your node group. When creating a
6227
+ # node group, you must specify all or none of the properties. When
6228
+ # updating a node group, you can specify any or none of the properties.
6231
6229
  #
6232
6230
  # @!attribute [rw] min_size
6233
6231
  # The minimum number of nodes that the managed node group can scale in
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.154.0'
58
+ GEM_VERSION = '1.155.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -363,7 +363,7 @@ module Aws
363
363
  ?disk_size: ::Integer,
364
364
  subnets: Array[::String],
365
365
  ?instance_types: Array[::String],
366
- ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA"),
366
+ ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA"),
367
367
  ?remote_access: {
368
368
  ec2_ssh_key: ::String?,
369
369
  source_security_groups: Array[::String]?
data/sig/types.rbs CHANGED
@@ -539,7 +539,7 @@ module Aws::EKS
539
539
  attr_accessor disk_size: ::Integer
540
540
  attr_accessor subnets: ::Array[::String]
541
541
  attr_accessor instance_types: ::Array[::String]
542
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
542
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
543
543
  attr_accessor remote_access: Types::RemoteAccessConfig
544
544
  attr_accessor node_role: ::String
545
545
  attr_accessor labels: ::Hash[::String, ::String]
@@ -1327,7 +1327,7 @@ module Aws::EKS
1327
1327
  attr_accessor instance_types: ::Array[::String]
1328
1328
  attr_accessor subnets: ::Array[::String]
1329
1329
  attr_accessor remote_access: Types::RemoteAccessConfig
1330
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
1330
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
1331
1331
  attr_accessor node_role: ::String
1332
1332
  attr_accessor labels: ::Hash[::String, ::String]
1333
1333
  attr_accessor taints: ::Array[Types::Taint]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.154.0
4
+ version: 1.155.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services