All Products
Search
Document Center

Resource Access Management:AliyunOOSApplicationDeployRolePolicy

Last Updated:Jan 23, 2026

AliyunOOSApplicationDeployRolePolicy is the authorization policy dedicated to a service role. In most cases, when a service role is created, the policy is attached to the service role. Then, the service role is authorized to access other cloud services. This policy is updated by the relevant Alibaba Cloud service. Do not attach this policy to a RAM identity other than a service role.

Policy details

  • Type: service system policy

  • Creation time: 14:33:43 on December 08, 2025

  • Update time: 12:32:03 on January 23, 2026

  • Current version: v3

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "oos:GetApplicationGroup",
        "oos:GetDeployRevision",
        "oos:ListGitRepositories",
        "oos:ListParameters",
        "oos:ListSecretParameters",
        "oos:StartExecution",
        "oos:UpdateApplicationGroup"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": [
        "ess:DescribeScalingGroups",
        "ess:ResumeProcesses",
        "ess:SuspendProcesses",
        "ess:CreateLifecycleHook",
        "ess:DeleteLifecycleHook",
        "ess:DescribeLifecycleHooks",
        "ess:ModifyLifecycleHook",
        "ess:CompleteLifecycleAction"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": [
        "ecs:DescribeDisks",
        "ecs:DescribeInstances",
        "ecs:DescribeInvocationResults",
        "ecs:DescribeInvocations",
        "ecs:ReplaceSystemDisk",
        "ecs:RunCommand",
        "ecs:StartInstance",
        "ecs:StopInstance"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": [
        "oss:GetObject"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": [
        "cr:GetAuthorizationToken",
        "cr:GetInstance",
        "cr:PullRepository"
      ],
      "Resource": [
        "*"
      ],
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "systemeventoperator.oos.aliyuncs.com"
        }
      }
    }
  ]
}

References