Details
-
Improvement
-
Status: In Review (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
There is a new T3 EC2 instance type class, which is not supported by the plugin. This ticket adds support for
- T3 Nano
- T3 Micro
- T3 Small
- T3 Medium
- T3 Large
- T3 XLarge
- T3 2XLarge
A PR has been created, but requires to upload the AWS Java SDK version 1.11.445 on https://repo.azure.jenkins.io/incrementals/org/jenkins-ci/plugins/aws-java-sdk/
classes.
I just created a PR that adds support for the new A1 instance types (arm based). I based it on the PR for this one. https://github.com/jenkinsci/ec2-plugin/pull/325