We want to increase number of EMR clusters as per requirements, and integrate those clusters with AWS-ALBs (Application Load Balancers)
We are thinking of provisioning multiple AWS-ALBs during a Terraform deployment, and then integrate those EMR clusters with ALBs, Where use-case also involves resiliency towards Create/Update and Delete of EMR clusters.
Any idea how to solve this use-case in best possible way , ie,
- How do we provision multiple alb instances in one Terraform deploy ?
- How should we integrate those ALBs to EMR clusters in best possible way ?