Amazon Web Services (AWS) - Create Amazon Web Services (AWS) Simple Queue Service (SQS) Queues using the AWS CLI

by
Jeremy Canfield |
Updated: May 12 2024
| Amazon Web Services (AWS) articles
This assumes you have already configured the aws command line tool. If not, check out my article on Getting Started with the AWS CLI.
If you are not familiar with AWS Simple Queue Service (SQS), check out my article Amazon Web Services (AWS) - Getting Started with Simple Queue Service (SQS).
The aws sqs create-queue command can be used to create a new Simple Queue Service (SQS) queue.
~]$ aws sqs create-queue --queue-name my-queue
{
"QueueUrl": "https://sqs.us-east-1.amazonaws.com/123456789012/my-queue"
}
Did you find this article helpful?
If so, consider buying me a coffee over at