IAM user limit is 5000 per AWS account. I have more users than this.
Please tell me if there is any way to have more than 5000 IAM users.
IAM user limit is 5000 per AWS account. I have more users than this. Please tell me if there is any way to have more than 5000 IAM users. Show activity on this post.
The size of each managed policy cannot exceed 6,144 characters. IAM does not count white space when calculating the size of a policy against this limit. If you intend to use a role with the Switch Role feature in the AWS Management Console, then the combined Path and RoleName cannot exceed 64 characters.
I want to attach more than 20 managed policies or increase the character size limit for an AWS Identity and Access Management (IAM) role or user. The maximum limit for attaching a managed policy to an IAM role or user is 20.
Use the following example IAM policy to provide these restrictions: Any IAM principal created by IAM admins can have full access to AWS resources. The full access to AWS resources depends upon the identity-based policies, as permissions boundaries don't provide permissions on their own.
I am quite not sure or convinced that you have a need for more than 5000 AWS IAM Users; the direct implication is that there are 5000+ people or applications who are operating under a single AWS account.
Be sure your application's users aren't the same as your IAM users; example assume you are running a simple Blog / CMS -> which has user roles of admin, content creator, content publisher, content editor; under each roles you have 10 different users so there would be 40 users [ 4 Roles x 10 Users in each Role = 40 users ]. These users would be created under application / infra layers and not IAM users.
The default maximum limit is 5000 users per AWS account. Beyond which you need to workout a solution with STS - http://docs.aws.amazon.com/STS/latest/UsingSTS/Welcome.html.
Again if you need 5000+ IAM users per AWS account; the simplest way is to separate out AWS accounts for individual application [ or also use sub accounts ]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With