Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

InstanceType is missing m7g and r7g instances #483

Closed
eejbyfeldt opened this issue Feb 27, 2023 · 4 comments
Closed

InstanceType is missing m7g and r7g instances #483

eejbyfeldt opened this issue Feb 27, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@eejbyfeldt
Copy link

Describe the bug

The enum software.amazon.awssdk.services.ec2.model.InstanceType the new instancetypes in m7g and r7g that were recently launched: https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-ec2-m7g-r7g-instances/

Expected Behavior

I expect instances in the family m7g and r7g to be in the enum.

Current Behavior

Current versions of the sdk do not recognize these instances.

Reproduction Steps

N/A.

Possible Solution

Add the new instance types.

Additional Information/Context

No response

AWS Java SDK version used

2.20.12

JDK version used

N/A

Operating System and version

N/A

@eejbyfeldt eejbyfeldt added bug Something isn't working needs-triage labels Feb 27, 2023
@debora-ito
Copy link
Member

Thank you for reaching out, @eejbyfeldt.

The enum is maintained by the EC2 team, I'll ask them to update it.
As a workaround, the InstanceType String setters can be used instead.

I'll move this to the aws/aws-sdk repo for cross-SDK visibility.

@debora-ito debora-ito transferred this issue from aws/aws-sdk-java-v2 Feb 27, 2023
@debora-ito debora-ito self-assigned this Feb 27, 2023
@eejbyfeldt
Copy link
Author

eejbyfeldt commented Sep 4, 2023

@debora-ito

The original issue with this ticket is now solved, the instances m7g and r7g are available. But instances added later like r7gd, m7gd, c7gd (https://aws.amazon.com/about-aws/whats-new/2023/07/amazon-ec2-c7gd-m7gd-r7gd-instances/) are not available. Should one expect it to take over a month for new instance types to be added to the sdk?

@debora-ito
Copy link
Member

@eejbyfeldt good timing, those types were part of yesterday's release - 2.20.141.

I honestly don't know why it takes so long for the EC2 team to update the list of instance types in their model. I'll see if we can start a conversation with them and speed up that process.

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants