Topic 1 Question 160
2 つ選択Which actions are best practices for an AWS account root user?
Share root user credentials with team members.
Create multiple root users for the account, separated by environment.
Enable multi-factor authentication (MFA) on the root user.
Create an IAM user with administrator privileges for daily administrative tasks, instead of using the root user.
Use programmatic access instead of the root user and password.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: CD
CD are correct
👍 3asdfcdsxdfc2024/05/14 - 正解だと思う選択肢: CD
The best practices for an AWS account root user are:
C. Enable multi-factor authentication (MFA) on the root user. Enabling MFA adds an extra layer of security to protect the root user account from unauthorized access.
D. Create an IAM user with administrator privileges for daily administrative tasks, instead of using the root user. It's recommended to create an IAM user with the necessary permissions for daily administrative tasks rather than using the root user. This practice helps in maintaining better security and accountability by reducing the reliance on the highly privileged root user account.
So, the correct options are C and D
👍 1BoBOMr2024/08/07 - 正解だと思う選択肢: CD
C. Enable multi-factor authentication (MFA) on the root user: Enabling MFA adds an extra layer of security to the root user account. Even if someone gains access to the root user credentials, they would also need the second factor (such as a phone or hardware token) to access the account.
D. Create an IAM user with administrator privileges for daily administrative tasks, instead of using the root user: It is a best practice to avoid using the root user for day-to-day tasks because the root user has unrestricted access to all resources and can make significant changes to your account. Instead, you should create an IAM user with administrator privileges and use that for routine management tasks.
👍 1Amin_0132024/12/30
シャッフルモード