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
fix: Fixing the logic to return instanceCount for heterogeneousClusters (aws#3363)
We recently started supporting feature for heterogeneousClusters and missed
this part where we return instanceCount from ResourceConfig -> InstanceType
For heterogeneousCluster jobs the total instanceCount is sum total of the
instanceCount of all the instance groups. Fixing the same.
0 commit comments