Cloud Unfold

unfolding the cloud trivia

Month: January 2022

SQS

Read Queue Policy aws sqs –region ${region} get-queue-attributes –queue-url ${sqs_url} –attribute-names Policy   Attach access policy to a Queue This is a bit tricky, as unlike other AWS commands,set-queue-attributes needs json file as a string in another json file, so…