Topic 1 Question 174
A developer accesses AWS CodeCommit over SSH. The SSH keys configured to access AWS CodeCommit are tied to a user with the following permissions:
The developer needs to create/delete branches.
Which specific IAM permissions need to be added, based on the principle of least privilege?
"codecommit:CreateBranch" "codecommit:DeleteBranch"
"codecommit:Put*"
"codecommit:Update*"
"codecommit:*"
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
A of course
👍 3dilleman2023/10/11 - 正解だと思う選択肢: A👍 2Digo30sp2023/10/06
- 正解だと思う選択肢: A
Take a look at CodeCommit API Operations and Required Permissions for Actions on Branches in https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-permissions-reference.html#aa-branches => A
👍 1TanTran042023/12/20
シャッフルモード