ThrottlingException in KMS

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

Dear All,

Is anyone know about this??

https://aws.amazon.com/premiumsupport/knowledge-center/kms-throttlingexception-error/
This might help u

Dear Komal,

I already gone this document but this is not related with ansible. Basically I want in background how ansible call the mentioned resource quotas.

If you know that then please let me know.

Thanks & Regards,
Jayesh Mahajan