- Newest
- Most votes
- Most comments
It appears there's a misunderstanding about the error you're encountering. The error "The selected policies exceed this account's quota" is likely not referring to the number of customer managed policies in your account, but rather to a different quota limitation.
When you see this error while trying to attach an inline policy, it's typically related to one of these limitations:
-
Policy size limit: IAM policies have a size limit of 6,144 characters. If your inline policy is too large, you'll get this error.
-
Number of policies per identity: There are limits on how many policies can be attached to a single IAM entity (user, group, or role).
-
Policy complexity: The policy might be too complex in terms of the number of statements or conditions.
To address your specific questions:
Question 1: If you need to increase the number of customer managed policies in your account (which is currently 1,500), you can request a quota increase through the AWS Service Quotas console. However, based on your error message, it's more likely you're hitting a different limit related to the specific user or the policy itself.
Question 2: There are no direct costs associated with increasing IAM policy quotas. AWS IAM is a free service, and you're only charged for the AWS resources that your users access. Increasing policy quotas doesn't incur additional charges.
To resolve your current issue, you could try:
- Simplifying your policy by breaking it into smaller, more focused policies
- Using managed policies instead of inline policies where appropriate
- Reviewing existing policies attached to your user to see if any can be consolidated or removed
- Checking if you've reached the maximum number of inline policies allowed for your IAM user
If you continue to experience issues, you might want to check the exact quota you're exceeding by reviewing your account's Service Quotas or contacting AWS Support for more specific guidance.
Sources
"Google::Cloud::ResourceExhaustedError" for "translate.googleapis.com" | AWS re:Post
permission set limition(20) | AWS re:Post
answered a year ago
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago

Regarding: "The error "The selected policies exceed this account's quota" is likely not referring to the number of customer managed policies in your account, but rather to a different quota limitation." But I got the error when trying to apply a customer managed policy to my account. So the policy was created but I got the quota error when trying to add it to my user account which only has (13) permission policies at this time. Please advise! Thank you for your time and help! Best Regards, Donald