Dear All,
I am facing throttling issue in AWS KMS.
I just want to understand why? I am using below task to perform upgrade on instances.
- aws_kms_facts:
region: “{{ region }}”
filters:
alias: “{{ envrn }}-{{ region }}-iqbot-ebs-key”
register: iqbot_ebs_key
I am getting exceptions for below quotas and need to understand how much API above script call for one instance?
-
listkeypolicies
-
listgrants (happened mostly)
-
listresourcetags
by default, I have 100 API call per second but still it get throttled.
Thanks