AliyunPTSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunPTSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunPTSFullAccess policy: Provides full access to Performance Testing Service via Management Console.
Policy details
Type: service system policy
Creation time: 03:07:09 on February 22, 2016
Update time: 08:29:19 on December 03, 2021
Current version: v7
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "pts:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ecs:DescribeInstance*",
"ecs:DescribeDisks",
"ecs:AuthorizeSecurityGroup",
"ecs:RevokeSecurityGroup"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"slb:DescribeLoadBalancer*",
"slb:DescribeHealthStatus"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"rds:DescribeDbInstance*"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"cms:QueryMetricList",
"cms:NodeStatusList",
"cms:ListNodeStatus",
"cms:GetNodeStatus",
"cms:ListNode",
"cms:ListNodeProcesses",
"cms:CreateAgentInstallTask",
"cms:GetProfile"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ram:CreateServiceLinkedRole",
"ram:ListUserBasicInfos"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "pts.aliyuncs.com"
}
}
}
]
}