A startup is setting up its first AWS account and wants to follow AWS Identity and Access Management (IAM) best practices to secure access for its developers and services. Which two recommendations should the startup implement to secure the account? (Select TWO.)
- Enable multi-factor authentication (MFA) on the AWS account root user and avoid using it for everyday tasks.Cevap
- Create individual IAM users for each developer and manage their permissions using IAM groups.Cevap
- CUse the AWS account root user for daily administrative tasks to prevent permission blockage.
- DEmbed permanent IAM user access keys directly in the application code running on EC2 instances instead of using IAM roles.
- ERely on AWS to automatically configure and manage the operating system firewall and user access controls inside your EC2 instances.
Cevap
Enabling multi-factor authentication (MFA) on the AWS account root user while avoiding its everyday use, and creating individual IAM users for each developer to manage their permissions using IAM groups.
According to AWS security best practices, the AWS account root user should have multi-factor authentication (MFA) enabled and should not be used for daily administrative tasks. Instead, individual IAM users should be created for each developer, and their permissions should be managed collectively using IAM groups to adhere to the principle of least privilege.
Adım Adım Çözüm
Anahtar Kavram
AWS IAM Best Practices for User Management and Root Account Security