> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/identity-and-access-management-iam/gioi-han-su-dung.md).

# Limitation

In GreenNode's IAM (Identity and Access Management) system, there are some restrictions on the number of IAM objects that can be used in the system. These restrictions are set to ensure efficient resource allocation and prevent overuse or overconsumption of resources. These restrictions will vary depending on the object being used. Here are some key points to introduce these restrictions:

* Access to IAM Console to see Quota & Limitation at here: <https://iam.console.vngcloud.vn/quotas>

#### List of IAM Limitation <a href="#quota-and-limitation-danhsachiamlimitation" id="quota-and-limitation-danhsachiamlimitation"></a>

By default, IAM GreenNode Service will set limits for the attributes as below:

<table><thead><tr><th width="203">Name</th><th width="142">Current Limit</th><th>Description</th></tr></thead><tbody><tr><td>User Account</td><td>20</td><td>Number of IAM User Accounts can belong to a Root User</td></tr><tr><td>Group</td><td>20</td><td>Number of User Groups can belong to a Root User</td></tr><tr><td>Service Account</td><td>20</td><td>Number of Service Accounts can belong to a Root User</td></tr><tr><td>Policy</td><td>20</td><td>Number of Policies can belong to a Root User</td></tr><tr><td>Identity Provider</td><td>5</td><td>Number of Identity Providers can belong to a Root User</td></tr></tbody></table>

#### Change the IAM Limitation <a href="#quota-and-limitation-thaydoiiamlimitation" id="quota-and-limitation-thaydoiiamlimitation"></a>

Currently, IAM Console does not support users to adjust these limit attributes themselves. In case there is a need to change, users can proactively create a ticket for further support here:<https://support.vngcloud.vn/#/app/dashboard>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/identity-and-access-management-iam/gioi-han-su-dung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
