Skip to content

Configuring Guance RAM Policy in Alibaba Cloud

  1. Add authorization:

  1. Create a permission policy:

  1. Add the permission policy:
{
  "Version": "1",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "oss:ListBuckets",
        "oss:ListObjects",
        "oss:DeleteObject",
        "oss:PutObject",
        "oss:PutBucket"
      ],
      "Resource": [
        "acs:oss:*:*:*",
        "acs:oss:*:*:*/*"
      ]
    }
  ]
}

  1. Permission policy created:

  1. Assign the authorization policy to the user:

Feedback

Is this page helpful?