latest graviton machine types like *8g
are not currently supported.
#3174
Labels
closing-soon
This issue will close in 2 days unless further comments are made.
feature-request
A feature should be added or improved.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Upcoming End-of-Support
Describe the bug
The latest graviton machine types like families
c8g
andm8g
are not currently supported. The last machine type additions were theR8g
family:aws-sdk-java/aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/InstanceType.java
Lines 830 to 841 in 9197e60
Regression Issue
Expected Behavior
The SDK is kept in match step with allowed instance types in AWS until the EOL date.
Current Behavior
Use the latest https://plugins.jenkins.io/ec2/ version in Jenkins and request a c8g or m8g instance type. It will throw and error like this:
Reproduction Steps
Use the latest https://plugins.jenkins.io/ec2/ version in Jenkins and request a c8g or m8g instance type. It will throw and error like this:
Possible Solution
Can aws/aws-sdk-java-v2@91d3531 be backported from v2->v1?
Additional Information/Context
The https://github.com/jenkinsci/ec2-plugin supports only the v1 sdk currently via the https://github.com/jenkinsci/aws-java-sdk-plugin . Doing this backport would allow time for the
aws-java-sdk-plugin
be be updated to v2 iof theaws-sdk-java
for Jenkins users which is underway in jenkinsci/ec2-plugin#1021 .AWS Java SDK version used
1.12.201
JDK version used
openjdk 21.0.4 2024-07-16 LTS OpenJDK Runtime Environment Corretto-21.0.4.7.1 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Corretto-21.0.4.7.1 (build 21.0.4+7-LTS, mixed mode, sharing)
Operating System and version
amazon/al2023-ami-ecs-hvm-2023.0.20240905-kernel-6.1-x86_64
The text was updated successfully, but these errors were encountered: