0 votes
in AWS Access Management by
What kinds of security credentials can IAM users have?

1 Answer

0 votes
by

IAM users can have any combination of credentials that AWS supports, such as an AWS access key, X.509 certificate, SSH key, password for web app logins, or an MFA device. This allows users to interact with AWS in any manner that makes sense for them. An employee might have both an AWS access key and a password; a software system might have only an AWS access key to make programmatic calls; IAM users might have a private SSH key to access AWS CodeCommit repositories; and an outside contractor might have only an X.509 certificate to use the EC2 command-line interface. For details, see Temporary Security Credentials in the IAM documentation.

Related questions

0 votes
asked Aug 12, 2021 in AWS Access Management by Robindeniel
+1 vote
asked Oct 24, 2021 in AWS Access Management by Robin
...