Hi,
I'm a little confused about how select InstancePolicy.machine_type when creating jobs through Batch.
Let's say that I have a task which needs 2000 milliCpu and 2000 MiB and I want to run 200 of them. What should I choose for a machine type? If I want complete parallelism (e.g. 200) does that change anything?
Some particular cases I don't understand from the API documentation:
Thank you!