I use data pipelines to schedule emr jobs. Till now I was using uniform instance groups for emr clusters. I wanted to try out instance fleets to reduce dependency on a specific instance type and availability zone. But looking through data pipeline documentation (https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-object-emrcluster.html), could not find any parameter for instance fleet configuration.
How can we specify instance fleet configuration for emr clusters in data pipeline ?