subnet Ids
Parameters
List of VPC subnet id-s where you want the job flow to launch. Amazon EMR identifies the best Availability Zone to launch instances according to your fleet specifications.
NOTE on EMR-Managed security groups: These security groups will have any missing inbound or outbound access rules added and maintained by AWS, to ensure proper communication between instances in a cluster. The EMR service will maintain these rules for groups provided in
emr_managed_master_security_group
andemr_managed_slave_security_group
; attempts to remove the required rules may succeed, only for the EMR service to re-add them in a matter of minutes. This may cause this provider to fail to destroy an environment that contains an EMR cluster, because the EMR service does not revoke rules added on deletion, leaving a cyclic dependency between the security groups that prevents their deletion. To avoid this, use therevoke_rules_on_delete
optional attribute for any Security Group used inemr_managed_master_security_group
andemr_managed_slave_security_group
. See Amazon EMR-Managed Security Groups for more information about the EMR-managed security group rules.
Parameters
List of VPC subnet id-s where you want the job flow to launch. Amazon EMR identifies the best Availability Zone to launch instances according to your fleet specifications.
NOTE on EMR-Managed security groups: These security groups will have any missing inbound or outbound access rules added and maintained by AWS, to ensure proper communication between instances in a cluster. The EMR service will maintain these rules for groups provided in
emr_managed_master_security_group
andemr_managed_slave_security_group
; attempts to remove the required rules may succeed, only for the EMR service to re-add them in a matter of minutes. This may cause this provider to fail to destroy an environment that contains an EMR cluster, because the EMR service does not revoke rules added on deletion, leaving a cyclic dependency between the security groups that prevents their deletion. To avoid this, use therevoke_rules_on_delete
optional attribute for any Security Group used inemr_managed_master_security_group
andemr_managed_slave_security_group
. See Amazon EMR-Managed Security Groups for more information about the EMR-managed security group rules.