Topic 1 Question 443
A gaming application stores scores for players in an Amazon DynamoDB table that has four attributes: user_id, user_name, user_score, and user_rank. The users are allowed to update their names only. A user is authenticated by web identity federation.
Which set of conditions should be added in the policy attached to the role for the dynamodb:PutItem API call?
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
It uses "dynamodb:LeadingKeys" with "${www.amazon.com:user_id}", ensuring that users can only modify their own records. It specifies "dynamodb:Attributes" as ["user_name"], restricting the operation to only modify the user's name.
👍 1albert_kuo2024/10/09 - 正解だと思う選択肢: A
Answer is A
👍 1gdm832024/10/19
シャッフルモード



