aws-sdk-batch 1.123.0 → 1.124.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-batch/client.rb +1 -1
- data/lib/aws-sdk-batch/types.rb +28 -1
- data/lib/aws-sdk-batch.rb +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: a7ddf7803705c827c438b183bdf3eb8f4b1512e4af1c82ea540c62d5acbbb96e
|
4
|
+
data.tar.gz: b5d7431ebad88a47a4e7d2e64f9d393e0be9e5c3a449b25d2facc642c5e68772
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6832ff3eeae3c121de3d2b9cc0009b7831c73d6ed121f40b8af28ba6018b0f83e9542c61f43333c3ceb0aa115e68e502efa59f95edb07040c42d54b4f72b802
|
7
|
+
data.tar.gz: 37a7c1762bc7e9bcda7fc29b1e903a45fa4bb453bd8b7f41e13b5781682ec35eb0585e4bac9f0c96f30707c32f4a9d877ebd433c74838f27e9da951955529d07
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.124.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
data/lib/aws-sdk-batch/types.rb
CHANGED
@@ -3580,6 +3580,17 @@ module Aws::Batch
|
|
3580
3580
|
#
|
3581
3581
|
# </note>
|
3582
3582
|
#
|
3583
|
+
# ECS\_AL2023\_NVIDIA
|
3584
|
+
#
|
3585
|
+
# : [Amazon Linux 2023 (GPU)][2]: For all GPU instance families and
|
3586
|
+
# can be used for all non Amazon Web Services Graviton-based
|
3587
|
+
# instance types.
|
3588
|
+
#
|
3589
|
+
# <note markdown="1"> ECS\_AL2023\_NVIDIA doesn't support `p3` and `g3` instance
|
3590
|
+
# types.
|
3591
|
+
#
|
3592
|
+
# </note>
|
3593
|
+
#
|
3583
3594
|
# ECS\_AL1
|
3584
3595
|
#
|
3585
3596
|
# : [Amazon Linux][4]. Amazon Linux has reached the end-of-life of
|
@@ -3595,6 +3606,22 @@ module Aws::Batch
|
|
3595
3606
|
# latest Amazon EKS optimized AMI for that image type that Batch
|
3596
3607
|
# supports is used.
|
3597
3608
|
#
|
3609
|
+
# Starting end of October 2025 Amazon EKS optimized Amazon Linux
|
3610
|
+
# 2023 AMIs will be the default on Batch for EKS versions prior to
|
3611
|
+
# 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon
|
3612
|
+
# Linux 2023 AMIs will be the default when it becomes supported on
|
3613
|
+
# Batch.
|
3614
|
+
#
|
3615
|
+
# Amazon Web Services will end support for Amazon EKS AL2-optimized
|
3616
|
+
# and AL2-accelerated AMIs, starting 11/26/25. You can continue
|
3617
|
+
# using Batch-provided Amazon EKS optimized Amazon Linux 2 AMIs on
|
3618
|
+
# your Amazon EKS compute environments beyond the 11/26/25
|
3619
|
+
# end-of-support date, these compute environments will no longer
|
3620
|
+
# receive any new software updates, security patches, or bug fixes
|
3621
|
+
# from Amazon Web Services. For more information on upgrading from
|
3622
|
+
# AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023]()
|
3623
|
+
# in the *Batch User Guide*.
|
3624
|
+
#
|
3598
3625
|
# EKS\_AL2
|
3599
3626
|
#
|
3600
3627
|
# : [Amazon Linux 2][6]: Default for all non-GPU instance families.
|
@@ -8534,7 +8561,7 @@ module Aws::Batch
|
|
8534
8561
|
# for share identifiers that start with that prefix. The list of share
|
8535
8562
|
# identifiers in a fair-share policy can't overlap. For example, you
|
8536
8563
|
# can't have one that specifies a `shareIdentifier` of `UserA*` and
|
8537
|
-
# another that specifies a `shareIdentifier` of `
|
8564
|
+
# another that specifies a `shareIdentifier` of `UserA1`.
|
8538
8565
|
#
|
8539
8566
|
# There can be no more than 500 share identifiers active in a job
|
8540
8567
|
# queue.
|
data/lib/aws-sdk-batch.rb
CHANGED