MFA (Multi-Factor Authentication)

aws/security aws/iam aws/concept

💡 Definition

Multi-Factor Authentication (MFA) is a security feature that requires users to provide two or more verification factors to gain access to a resource. It adds an extra layer of security beyond just a username and password.

🔑 Key Concepts

⚙️ How it Works

When a user attempts to log in, after providing their password (something they know), they are prompted to enter a code generated by their MFA device (something they have). This combined authentication provides much stronger security.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * IAM * Root User