All Products
Search
Document Center

Resource Access Management:AliyunARMSFullAccess

最終更新日:Jan 30, 2026

AliyunARMSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunARMSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunARMSFullAccess policy: Provides full access to Application Real-Time Monitoring Service via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 08:51:17 on February 21, 2017

  • Update time: 01:44:35 on January 30, 2026

  • Current version: v16

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "arms:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "cms:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "xtrace:Describe*",
        "xtrace:Get*",
        "xtrace:Read*"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": [
            "arms.aliyuncs.com",
            "audit.log.aliyuncs.com",
            "security.arms.aliyuncs.com"
          ]
        }
      }
    },
    {
      "Action": [
        "log:GetLogStoreLogs",
        "log:QueryPrometheusMetrics",
        "log:QueryMetrics",
        "log:PostLogStoreLogs",
        "log:RemoteWritePrometheus",
        "log:RemoteWrite"
      ],
      "Resource": [
          "acs:log:*:*:project/*/logstore/aliyun-prom-*",
          "acs:log:*:*:project/*/storeview/aliyun_prom_*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": [
        "log:GetMLServiceResults",
        "log:GetAgentInstanceConfig",
        "log:UpdateAgentInstanceConfig",
        "log:DeleteAgentInstanceConfig",
        "log:CreateAgentInstanceConfig",
        "log:Get*",
        "log:List*",
        "log:CreateResourceRecord",
        "log:UpdateResourceRecord",
        "log:DeleteResourceRecord"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "log:GetLogStoreLogs",
        "log:GetIndex"
      ],
      "Resource": "acs:log:*:*:project/proj-xtrace-*/logstore/*",
      "Effect": "Allow"
    }
  ]
}

References