AWS Certified Solutions Architect – Professional — Question 37
Which of the following is NOT true of the DynamoDB Console?
Answer options
- A. It allows you to add local secondary indexes to existing tables.
- B. It allows you to query a table.
- C. It allows you to set up alarms to monitor your table's capacity usage.
- D. It allows you to view items stored in a tables, add, update, and delete items.
Correct answer: A
Explanation
The correct answer is A because the DynamoDB Console does not support adding local secondary indexes to existing tables; this must be done at the time of table creation. Options B, C, and D are accurate statements regarding the functionalities of the DynamoDB Console.