requestedEc2AvailabilityZones property
Applies to clusters configured with the instance fleets option. Specifies
one or more Availability Zones in which to launch EC2 cluster instances when
the EC2-Classic network configuration is supported. Amazon EMR chooses the
Availability Zone with the best fit from among the list of
RequestedEc2AvailabilityZones
, and then launches all cluster
instances within that Availability Zone. If you do not specify this value,
Amazon EMR chooses the Availability Zone for you.
RequestedEc2SubnetIDs
and
RequestedEc2AvailabilityZones
cannot be specified together.
Implementation
final List<String>? requestedEc2AvailabilityZones;