29.07.2020 Views

sqs-dg-2009-02-01

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Amazon Simple Queue Service Developer Guide

Endpoints

Endpoints

For information about this product's regions and endpoints, go to Regions and Endpoints in the Amazon

Web Services General Reference.

Important

Some older clients may not be able to access these endpoints over SSL. In that case, we

recommend that you either use the alternative endpoints listed below, upgrade your client, or

change your client.

• queue.amazonaws.com—The endpoint for the US-East (Northern Virginia) Region

• us-west-1.queue.amazonaws.com—The endpoint for the US-West (Northern California)

Region

• eu-west-1.queue.amazonaws.com —The endpoint for the EU (Ireland) Region

• ap-southeast-1.queue.amazonaws.com —The endpoint for the Asia Pacific (Singapore)

Region

For example, to create a queue in Europe, you would generate a Query request similar to the following:

http://sqs.eu-west-1.amazonaws.com/

?Action=CreateQueue

&DefaultVisibilityTimeout=40

&QueueName=testQueue

&Version=2009-02-01

&SignatureMethod=HmacSHA256

&Expires=2009-04-18T22%3A52%3A43PST

&AWSAccessKeyId=0GS7553JW74RRM612K02EXAMPLE

&SignatureVersion=2

&Signature=Dqlp3Sd6ljTUA9Uf6SGtEExwUQEXAMPLE

Each Amazon SQS endpoint is entirely independent. For example, if you have two queues called

"MyQueue," one in sqs.us-east-1.amazonaws.com and one in sqs.eu-west-1.amazonaws.com, they are

completely independent and do not share any data.

API Version 2009-02-01

13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!