generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 265
Closed
Labels
closed-for-stalenessguidanceQuestion that needs advice or information.Question that needs advice or information.
Description
Describe the feature
Allow usage of String instance type when calling run_instance instead of InstanceType enum.
Use Case
- The available instance types are limited to what the sdk version currently has access too. This seems like a very strange decision to limit access of instance types
- Rolling back code that previously upgraded sdk client could cause a poison pill due to a previously known instance type becoming unknown. This is very insidious as I imagine most aren't thinking about how these enums are tied to sdk versions.
Proposed Solution
Allow user to use a plan String instead of InstanceType enum when calling run_instance. I believe that InstanceType is translated to a string when making the request anyway, this doesn't seem very hard to add an additional field to all users to use a string value instance type.
Other Information
NA
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
A note for the community
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment
Metadata
Metadata
Assignees
Labels
closed-for-stalenessguidanceQuestion that needs advice or information.Question that needs advice or information.