awslabs / amazon-emr-cli

A command-line interface for packaging, deploying, and running your EMR Serverless Spark jobs
Apache License 2.0
35 stars 12 forks source link

Remove hard-coded release label for EMR on EKS #39

Closed dacort closed 7 months ago

dacort commented 7 months ago

Issue #, if available: (unfiled)

Description of changes: EMR release label was hard-coded to 6.15.0 for EMR on EKS job runs, which can have a different release label per job run.

This change adds a new flag, --emr-eks-release-label, and also defaults to the latest available EMR 6.x if not provided.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.