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’.
Step 2: Click ‘Get Started Now’.
Step 3: Provide a name to your queue and select ‘FIFO Queue’ as queue type.
Note: For FIFO queue, the queue name must have ‘.fifo’ extension.
Step 4: Keep the queue configuration as default and click ‘Create Queue’.
Our SQS FIFO queue created successfully.
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