$ aws sqs receive-message –queue-url https://queue.amazonaws.com/546419318123/Test

 $ aws sqs receive-message –queue-url https://queue.amazonaws.com/546419318123/Test
A .  3
B .  4
C .  2
D .  1

Answer: A

Explanation:

The following CLI command is missing a hyphen before "-message".

aws sns publish –topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError -message "Script Failure"

It has been added below in red

aws sns publish –topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError —message "Script Failure"

Reference: http://aws.amazon.com/cli/

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments