You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use _ to separate instance types. Our proposal is to add :<int> as a valid portion of the string to allow users to easily specify the number of nodes they require of a given type.
The text was updated successfully, but these errors were encountered:
Existing format:
orderedinstance: m5.4xlarge_g4dn.xlarge
Proposed format:
orderedinstance: m5.4xlarge_g4dn.xlarge:255
We currently use
_
to separate instance types. Our proposal is to add:<int>
as a valid portion of the string to allow users to easily specify the number of nodes they require of a given type.The text was updated successfully, but these errors were encountered: