You are currently viewing How To Create An SQS Queue

How To Create An SQS Queue

How to create an SQS queue

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In the last blog post, we have discussed AWS Simple Queue Service.

https://cloudaffaire.com/simple-queue-service/

In this blog post, we will discuss how to create an SQS queue.

How to create an SQS queue:

Step 1: Login to AWS console and navigate to ‘SQS’.

How To Create An SQS Queue

Step 2: Click ‘Get Started Now’.

How To Create An SQS Queue

Step 3: Provide a name to your queue and select ‘FIFO Queue’ as queue type.

How To Create An SQS Queue

Note: For FIFO queue, the queue name must have ‘.fifo’ extension.

Step 4: Keep the queue configuration as default and click ‘Create Queue’.

How To Create An SQS Queue

Our SQS FIFO queue created successfully.

How To Create An SQS Queue

Hope you have enjoyed this article. In the next blog post, we will perform some basic queue operations on our queue using AWS management console.

To get more details on AWS SQS, please refer below AWS documentation

https://docs.aws.amazon.com/sqs/index.html

 

Leave a Reply