AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers icon indicating copy to clipboard operation
AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers copied to clipboard

Question 26 has no sense with such shape

Open kuchtek opened this issue 5 months ago • 1 comments

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 avatar Aug 27 '24 09:08 kuchtek