January 2019
Intermediate to advanced
490 pages
15h 37m
English
You can create a simple SQS queue with defaults from AWS CLI as follows:
aws sqs create-queue \ --queue-name 'my-first-queue' \ --profile admin
If successful, this will give the output shown here:

Read now
Unlock full access