AliyunElasticsearchFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunElasticsearchFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunElasticsearchFullAccess policy: Provides full access to Elasticsearch via Management Console.
Policy details
Type: service system policy
Creation time: 07:32:29 on December 01, 2017
Update time: 17:55:47 on January 13, 2021
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "elasticsearch:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"collector.elasticsearch.aliyuncs.com",
"ops.elasticsearch.aliyuncs.com",
"elasticsearch.aliyuncs.com",
"oss.elasticsearch.aliyuncs.com"
]
}
}
}
]
}