All Products
Search
Document Center

Resource Access Management:AliyunOpenSearchFullAccess

更新時間:Aug 05, 2025

AliyunOpenSearchFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunOpenSearchFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunOpenSearchFullAccess policy: Provides full access to Open Search via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 02:30:25 on June 02, 2017

  • Update time: 08:08:14 on August 05, 2025

  • Current version: v4

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "opensearch:*",
        "searchengine:*",
        "searchplat:*",
        "graphcompute:*",
        "elasticsearch:*Emon*",
        "graphsearch:*"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": [
            "searchengine.aliyuncs.com",
            "opensearch.aliyuncs.com",
            "searchplat.aliyuncs.com"
          ]
        }
      }
    },
    {
      "Action": "ram:PassRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "acs:Service": "opensearch.aliyuncs.com"
        }
      }
    }
  ]
}

References