- Sign into AWS using your user account.
- Navigate to the SQS Console.
You see a Welcome page that contains interesting information about SQS and what it can do for you. However, you don’t see the actual console at this point.
- Click Get Started with Amazon SQS for Free.You see a second helpful page of SQS information.
- Click Get Started Now.You finally see a Create New Queue page. You can create a standard queue or a First In/First Out (FIFO) queue. The two queue types are quite different, and you need to exercise care in choosing one over the other. The FIFO queue is the best option when working in a transactional environment in which you require precise message control. The standard queue serves most development needs.Choose between a standard and FIFO queue based on application requirements.
- Type TestQueue in the Queue Name field.
Every queue you own must have a unique name.
- Verify that the value in the Region field is correct.
You should normally use the same region you use for your EC2 and S3 setups. If the region value is incorrect, choose a new value from the region drop-down list at the top, right side of the page.
- Choose Standard Queue and then click Quick-Create Queue.You see the SQS Console. The console starts with the new queue selected so that you can see queue details. The console shows that the queue currently has no messages available and no messages being processed.The SQS Console shows the queues you have in place and their status.
You also have an option to configure the queue before you use it. In this case, you click Configure Queue instead. This option lets you change the default parameters, such as the maximum message size and the number of days that the queue retains messages. In most cases, the default parameters work fine for test setups used by developers.
How to Create an SQS Queue Using the AWS Console
Before you can do much with SQS, you need a queue. It’s possible to create a queue using the AWS console, CLI, or programmatically. Using the console to create the queue simply to allow you to see how the console appears..
About This Article
This article can be found in the category:
Cloud Computing