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


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 Buy Me A Coffee



Comments


Add a Comment


Please enter f3d0b4 in the box below so that we can be sure you are a human.