mirror of https://github.com/ansible/ansible.git
When making calls to AWS EC2 api with DescribeTags actiion and if the number of filter values is greater than or equal to 200, it results in 400 bad request reply and the error message is: "Error connecting to AWS backend.\n The maximum number of filter values specified on a single call is 200". The change is so that we call get_all_tags with maximum 199 filter values one at a time until all are consumed.pull/16219/merge
parent
9273e1e7c7
commit
3498b840c9
Loading…
Reference in New Issue