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:

To authorize a RAM user:
1. Create a custom policy in RAM. RAM Access Policy Management.
Set the type to Script editor.

Use the following policy script:
{
"Statement": [
{
"Action": [
"quickaplus:*"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
],
"Version": "1"
}
Save the policy.

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


The RAM user can now access the QT console.
该文章对您有帮助吗?