Solved

A Developer Is Trying to Get Data from an Amazon

Question 183

Multiple Choice

A developer is trying to get data from an Amazon DynamoDB table called demoman-table. The developer configured the AWS CLI to use a specific IAM user's credentials and executed the following command: A developer is trying to get data from an Amazon DynamoDB table called demoman-table. The developer configured the AWS CLI to use a specific IAM user's credentials and executed the following command:   The command returned errors and no rows were returned. What is the MOST likely cause of these issues? A)  The command is incorrect; it should be rewritten to use put-item with a string argument. The command is incorrect; it should be rewritten to use put-item with a string argument. B)  The developer needs to log a ticket with AWS Support to enable access to the demoman-table. C)  Amazon DynamoDB cannot be accessed from the AWS CLI and needs to be called via the REST API. D)  The IAM user needs an associated policy with read access to demoman-table. The command returned errors and no rows were returned. What is the MOST likely cause of these issues?


A) The command is incorrect; it should be rewritten to use put-item with a string argument. The command is incorrect; it should be rewritten to use put-item with a string argument.
B) The developer needs to log a ticket with AWS Support to enable access to the demoman-table.
C) Amazon DynamoDB cannot be accessed from the AWS CLI and needs to be called via the REST API.
D) The IAM user needs an associated policy with read access to demoman-table.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions