We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Started to go through the questions today. At this moment question 26 looks like this:
$ aws sqs receive-message –queue-url https://queue.amazonaws.com/546419318123/Test
which doesn't mean anything.
I found the original question in the web:
Which of the following AWS CLI commands is syntactically incorrect? 1. $ aws ec2 describe-instances 2. $ aws ec2 start-instances --instance-ids i-1348636c 3. $ aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError -message "Script Failure" 4. $ aws sqs receive-message --queue-url https://queue.amazonaws.com/546419318123/Test A. 3 B. 4 C. 2 D. 1
And the correct answer matches the question.
The text was updated successfully, but these errors were encountered:
@kuchtek kindly please submit a pull request with all your suggested changes :)
Sorry, something went wrong.
No branches or pull requests
Started to go through the questions today.
At this moment question 26 looks like this:
which doesn't mean anything.
I found the original question in the web:
And the correct answer matches the question.
The text was updated successfully, but these errors were encountered: