Please follow the below steps in order to create to create an Amazon SQS Queue :
1) Sign in to the Amazon SQS console.
2) Choose Create New Queue
3) On the Create New Queue page, ensure that you're in the correct region and then type the Queue Name
NOTE : The name of a FIFO queue must end with the .fifo suffix. FIFO queues are available in the US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland) Regions.
4) Standard is selected by default. Choose FIFO.
5) Create you Queue
You new queue is created and selected in the queue list.
NOTE: When you create a queue, it takes a short time for the queue to propagate throughout Amazon SQS. Choose The queue Type column helps you distinguish standard queues from FIFO queues at a glance. For a FIFO queue, the Content-Based Duplication column displays whether you have enabled exactly-once processing..
Hope this Helps !