Grant RAM user access to the QT console

更新时间:
复制 MD 格式

Create a custom RAM policy and attach it to RAM users to grant them access to the QT console.

By default, RAM users receive a system error when accessing the QT console. The Alibaba Cloud account must grant permissions before the RAM user can access it.

Unauthorized RAM users see the following error:

image

To authorize a RAM user:

1. Create a custom policy in RAM. RAM Access Policy Management.

Set the type to Script editor.

image

Use the following policy script:

{
  "Statement": [
    {
      "Action": [
        "quickaplus:*"
      ],
      "Effect": "Allow",
      "Resource": [
        "*"
      ]
    }
  ],
  "Version": "1"
}

Save the policy.

image

  1. Attach the policy to the RAM user who needs QT console access. RAM Authorization Management.

image

image

The RAM user can now access the QT console.