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
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/f958a192-1344-4154-a4c5-f072e1dae4fbn%40googlegroups.com.