enumerate-iam icon indicating copy to clipboard operation
enumerate-iam copied to clipboard

globalaccelerator.describe_accelerator_attributes Error

Open augustd opened this issue 1 year ago • 1 comments

The brute force test globalaccelerator.describe_accelerator_attributes always produces errors:

2023-11-07 09:26:56,841 - 52836 - [ERROR] Remove globalaccelerator.describe_accelerator_attributes action

This is because describe_accelerator_attributes requires an --accelerator-arn parameter. See: https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator-attributes.html

I propose removing that test.

augustd avatar Nov 07 '23 17:11 augustd

Note that re-running generate_bruteforce_tests.py does correctly remove this test, but introduces many new tests which cause botocore.exceptions.NoAuthTokenError to be thrown.

augustd avatar Nov 07 '23 18:11 augustd