Topic 1 Question 428
2 つ選択A company wants to provide one of its employees with access to Amazon RDS. The company also wants to limit the interaction to only the AWS CLI and AWS software development kits (SDKs).
Which combination of actions should the company take to meet these requirements while following the principles of least privilege?
Create an IAM user and provide AWS Management Console access only.
Create an IAM user and provide programmatic access only.
Create an IAM role and provide AWS Management Console access only.
Create an IAM policy with administrator access and attach it to the IAM user.
Create an IAM policy with Amazon RDS access and attach it to the IAM user.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: BE
B: Create an IAM user and provider programmatic access only--> This would cover access via AWS CLI or SDK. E: Create IAM policy with Amazon RDs access --> Would cover just access to RDS ,which is to give only permissions to access required resources that's RDS DB.
👍 1newSJ2024/07/23 - 正解だと思う選択肢: BE
B. Create an IAM user and provide programmatic access only. - allows user to interact with AWS services through CLI or SDKs. E. Create an IAM policy with Amazon RDS access and attach it to the IAM user. - user can only interact with RDS and not other AWS resources.
👍 1ShaiTay2024/11/13
シャッフルモード