Amazon web services – How to delete AWS SNS topics and SQS queues in bulk with AWS CLI by a pattern?
I have many topics and queues named in the same pattern. Now I need to delete them all in bulk using some pattern with a wildcard. The AWS CLI only allows deleting one by one. Same in the AWS Console…