Bradley Kaiser
Bradley Kaiser

Reputation: 774

How do you enable anonymous write access to SQS queue?

I would like to be able to post messages to my queue without using an aws key.

Upvotes: 0

Views: 1625

Answers (1)

Bradley Kaiser
Bradley Kaiser

Reputation: 774

So the answer is yes, you totally can, and its totally easy. Just select the queue and edit the permissions on the bottom of the page. There is an option for "Everybody (*)".

I tested with curl: curl -d "Action=SendMessage&Version=2011-10-01&MessageBody=barf"

Thanks Jarmod.

Upvotes: 3

Related Questions