Amazon IAM
IAM manages resource identity and accessibility, including authentication, authorization, and accounting.
Authentication is authenticating an identity to access an information system. One of the important security features of IAM is that it supports Multi-Factor Authentication (MFA), which requires users to provide a second form of authentication, such as a one-time token, or biometric identity, in addition to their username and password. IAM also supports identity federation, which allows customers to integrate their existing identity management systems with AWS, enabling users to sign into AWS using their existing credentials, such as Google or Meta logins, and so on.
Authorization is the user’s permission once they are authenticated in the system. With IAM, customers can create and manage AWS users and groups, and define permissions that grant or restrict access to specific AWS resources. Authentication defines who can perform which actions on what resources...