awslabs/amazon-emr-cli

Add support for `--show-logs` on EMR Serverless

Closed this issue · 0 comments

dacort commented

We recently added a new --show-logs flag for EMR on EC2, but this functionality is not yet supported on EMR Serverless.

In order to add this, we also need to add an --s3-log-uri flag for EMR Serverless. EMR on EC2 clusters have a common loguri defined at cluster start that we fetch at runtime.