AWS Certified Cloud Practitioner — Question 500

Which actions represent best practices for using AWS IAM? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Enforcing a strong password policy and regularly rotating access keys are fundamental AWS IAM security best practices that protect user accounts and programmatic access. Sharing credentials compromises accountability, access keys are meant for programmatic access rather than console login, and IAM roles should always be preferred over long-term credentials for delegating access.