What is the difference between authentication and authorization?
Cost Management and Pricing
音声フラッシュカード · 0:20What is the difference between authentication and authorization?
0:20
Authentication verifies who you are — proving your identity (username and password, MFA). Authorization determines what you're allowed to do — your permissions and access level. In AWS, IAM handles both: authentication through users, passwords, and access keys; authorization through IAM policies that define allowed or denied actions on specific resources.