Topic 1 Question 391
A company has a development team that uses AWS CodeCommit for version control. The development team has CodeCommit repositories in multiple AWS accounts. The team is expanding to include developers who work in various locations.
The company must ensure that the developers have secure access to the repositories.
Which solution will meet these requirements in the MOST operationally efficient way?
Configure IAM roles for each developer and grant access individually.
Configure permission sets in AWS IAM Identity Center to grant access to the accounts.
Share AWS access keys with the development team for direct repository access.
Use public SSH keys for authentication to the CodeCommit repositories.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
B. Configure permission sets in AWS IAM Identity Center to grant access to the accounts.
👍 6cachac2024/06/29 - 正解だと思う選択肢: B
B is best. AWS IAM Identity Center (formerly AWS Single Sign-On) provides a centralized way to manage access across multiple AWS accounts.
A could work but it's not the most operationally efficient, especially for a growing team across multiple AWS accounts.
👍 3KennethNg9232024/08/21
シャッフルモード