I am running multiple AWS EMR clusters for various Big Data Processing.
I want to monitor the AWS EMR Describe Cluster API Usage i.e. https://docs.aws.amazon.com/emr/latest/APIReference/API_DescribeCluster.html
Anyone have done this before or is there any AWS docs/links where this API limits is described ?
Is this a hard limit ? or can we increase this limit ?
Note : We have already implemented the Back-off retry mechanism to avoid throttling.
Any help would be appreciated. Thanks.