Are AWS IAM user names case-sensitive

amazon-iamamazon-web-services

As I'm creating users in AWS IAM, I want to know whether the user names are case-sensitive or not.

Best Answer

User names in AWS IAM are case-insensitive. You cannot create two users with the same name differing only in case.

When you log in as a user, the case of the user name does not matter.

Related Topic