CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 147: AWS Certified Developer - Associate DVA-C02(New)

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 ret…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. The command is incorrect; it should be rewritten to use put-item with a string argument.
  2. B. The developer needs to log a ticket with AWS Support to enable access to the demoman-table.
  3. C. Amazon DynamoDB cannot be accessed from the AWS CLI and needs to be called via the REST API.
  4. D. The IAM user needs an associated policy with read access to demoman-table. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề