AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers
AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers copied to clipboard
Question 26 has no sense with such shape
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.