2

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

Flimm
  • 460
  • 5
  • 16

1 Answers1

3

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.

Flimm
  • 460
  • 5
  • 16