Is your feature request related to a problem? Please describe.
This is followup on a question posted earlier #1393.
The tools detected that the instance type of the worker is rd-fleet.8xlarge which is in correct. For customers running on Fleet clusters we need to decide on how to support that:
Challenge: Workers can be assigned different instance types (which does not work for our model that assumes homogeneous configurations)
We also need to investigate if it is possible to find the specific instance-type assigned to the workers. In that case, the tools should return something similar to r[0-9]d.8xlarge instead of rd-fleet.8xlarge
Is your feature request related to a problem? Please describe.
This is followup on a question posted earlier #1393. The tools detected that the instance type of the worker is
rd-fleet.8xlarge
which is in correct. For customers running on Fleet clusters we need to decide on how to support that:r[0-9]d.8xlarge
instead ofrd-fleet.8xlarge
Additional context