Open kuchtek opened 2 months ago
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.
@kuchtek kindly please submit a pull request with all your suggested changes :)
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.