When testing lifecycled-queue-cleaner, I was running into the following error message:
Mar 02 19:05:21 lolhi lifecycled-queue-cleaner[11680]: 2021/03/02 19:05:21 AuthorizationError: User: arn:aws:sts::000000000000:assumed-role/lawsserver00000000000000000000000000/i-00000000000000000 is not authorized to perform: SNS:ListSubscriptions on resource: arn:aws:sns:us-east-1:000000000000:*
Applying the following terraform config allowed it to work:
When testing
lifecycled-queue-cleaner
, I was running into the following error message:Applying the following terraform config allowed it to work:
Should this be documented somewhere? (Or, is it already and I just missed it?)