AWS CLI commands

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:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.15.154