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 ran the following command: aws dynamodb get-item --table-name demoman-table --key '{"id": {"N":"1993"}}' 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. 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. Suggested Answer: A Community Answer: D This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer