mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
* describe_images is very slow if not filtered to owner accounts *or* if the Owners parameter is passed (unless the Owners parameter is `self`). Convert Owners parameters to `owner-id` and `owner-alias` filters where possible. Tests with CLI show that `--owners self` is fast, `--owners 123456789012` is slow (with or without owner-id filter). * describe_image_attributes fails against accounts other than your own. Launch permissions are useful information, but not critical.