AWS Certified Solutions Architect – Professional — Question 348
In DynamoDB, which of the following operations is not possible by the console?
Answer options
- A. Updating an item
- B. Copying an item
- C. Blocking an item
- D. Deleting an item
Correct answer: C
Explanation
The Amazon DynamoDB console allows users to perform standard CRUD operations, including creating, updating, copying, and deleting items directly from the user interface. However, there is no native 'blocking' feature for individual items within the DynamoDB console or API. Restricting access to specific items must be handled via IAM policies, Fine-Grained Access Control, or application-level logic.