All Products
Search
Document Center

CloudMonitor:Grant permissions to a RAM user

Last Updated:Aug 19, 2024

Before a RAM user can use CloudMonitor to monitor a cloud service, the Alibaba Cloud account to which the RAM user belongs must grant permissions to the RAM user.

Prerequisites

A RAM user is created within your Alibaba Cloud account. For more information, see Create a RAM user.

Procedure

  1. Log on to the RAM console.

  2. In the left-side navigation pane, choose Identities > Users.

  3. On the Users page, find the RAM user to which you want to grant permissions and click Add Permissions in the Actions column.

  4. In the Grant Permission panel, set the Resource Scope parameter to Account and select one or more policies.

    Note

    You can grant permissions on CloudMonitor to an Alibaba Cloud account. You cannot grant permissions on CloudMonitor to a resource group.

    • System Policy: the system policies. To specify system policies, select the required policies in the Policy Name column.

      Policy

      Description

      AliyunCloudMonitorFullAccess

      The permissions to manage CloudMonitor.

      AliyunCloudMonitorReadOnlyAccess

      The read-only permissions on CloudMonitor.

    • Custom Policy: the custom policies. To specify custom policies, select the required policies in the Policy Name column.

      For more information about how to create a custom policy, see Create a custom policy.

      For example, you can grant the RAM user the permissions to export monitoring data. The following sample code provides an example:

      {
        "Version": "1",
        "Statement": [
          {
            "Effect": "Allow",
            "Action": [
              "cms:BatchGet",
              "cms:Cursor"
            ],
            "Resource": [
              "*"
            ],
            "Condition": {}
          }
        ]
      }
  5. Click Grant permissions.

  6. Click Close.