Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add m7a class instancetypes #3032

Closed
2 tasks
doskabouter opened this issue Aug 22, 2023 · 4 comments
Closed
2 tasks

Add m7a class instancetypes #3032

doskabouter opened this issue Aug 22, 2023 · 4 comments
Labels
feature-request A feature should be added or improved. module/sdk-generated needs-review p2 This is a standard priority issue

Comments

@doskabouter
Copy link

Describe the feature

On the website I'm able to choose f.e. m7a.medium as instancetype when creating a new instance.
These values are not yet available to the sdk, and I would like to be able to start instances of that type from my tools.

Use Case

These are the only non-burstable singlecore machines and as such perfect for my workload

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS .NET SDK and/or Package version used

3.7.621.0

Targeted .NET Platform

,NET Framework 3.5

Operating System and version

Windows 10

@doskabouter doskabouter added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 22, 2023
@normj
Copy link
Member

normj commented Aug 22, 2023

In what way is m7a.medium not available in the SDK? We don't have enumerations or anything for instance types and if you are trying to start an instance you would set the InstanceType string property for the RunInstance operation to m7a.medium.

@ashishdhingra ashishdhingra added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/sdk-generated and removed needs-triage This issue or PR still needs to be triaged. labels Aug 22, 2023
@doskabouter
Copy link
Author

doskabouter commented Aug 23, 2023

The enumeration I use is the Amazon.EC2.InstanceType as defined here: https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/EC2/Generated/ServiceEnumerations.cs#L7418
I never realized I could just do a new InstanceType("m7a.medium")... thanks for the hint!

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Aug 24, 2023
@ashishdhingra ashishdhingra added p2 This is a standard priority issue needs-review labels Aug 24, 2023
@normj
Copy link
Member

normj commented Aug 24, 2023

Today's release of the SDK picked up the last instance type enumeration values including the m7a types. https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.2023.md#376290-2023-08-24-1829-utc

@normj normj closed this as completed Aug 24, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. module/sdk-generated needs-review p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

3 participants