访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用RAM可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM中使用权限策略描述授权的具体内容。
本文为您介绍弹性高性能计算(Ehpc)为RAM权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。弹性高性能计算(Ehpc)的RAM代码(RamCode)为ehpc,支持的授权粒度为OPERATION。
权限策略通用结构
权限策略支持JSON格式,其通用结构如下:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
- Effect:权限策略效果。取值:Allow(允许)、Deny(拒绝)。
- Action:授予允许或拒绝权限的具体操作。具体信息,请参见操作(Action)。
- Resource:受操作影响的具体对象,您可以使用资源ARN来描述指定资源。具体信息,请参见资源(Resource)。
- Condition:指授权生效的条件。可选字段。具体信息,请参见条件(Condition)。
- Condition_operator:条件运算符,不同类型的条件对应不同的条件运算符。具体信息,请参见权限策略基本元素。
- Condition_key:条件关键字。
- Condition_value:条件关键字对应的值。
操作(Action)
下表是弹性高性能计算(Ehpc)定义的操作,这些操作可以在RAM权限策略语句的Action
元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:- 操作:是指具体的权限点。
- API:是指操作对应的API接口。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | API | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|---|
ehpc:EditJobTemplate | EditJobTemplate | update | 全部资源 * | 无 | 无 |
ehpc:ListNodesByQueue | ListNodesByQueue | get | 全部资源 * | 无 | 无 |
ehpc:AddExistedNodes | AddExistedNodes | create | 全部资源 * | 无 | 无 |
ehpc:ListClusters | ListClusters | get | 全部资源 * | 无 | 无 |
ehpc:ResetNodes | ResetNodes | update | 全部资源 * | 无 | 无 |
ehpc:AddNodes | AddNodes | create | 全部资源 * | 无 | 无 |
ehpc:DeleteImage | DeleteImage | WRITE | 全部资源 * | 无 | 无 |
ehpc:ListCommands | ListCommands | get | 全部资源 * | 无 | 无 |
ehpc:StopCluster | StopCluster | update | 全部资源 * | 无 | 无 |
ehpc:ModifyContainerAppAttributes | ModifyContainerAppAttributes | WRITE | 全部资源 * | 无 | 无 |
ehpc:DescribeContainerApp | DescribeContainerApp | get | 全部资源 * | 无 | 无 |
ehpc:DeleteQueue | DeleteQueue | delete | 全部资源 * | 无 | 无 |
ehpc:SetAutoScaleConfig | SetAutoScaleConfig | update | 全部资源 * | 无 | 无 |
ehpc:ListContainerImages | ListContainerImages | get | 全部资源 * | 无 | 无 |
ehpc:DescribeImagePrice | DescribeImagePrice | get | 全部资源 * | 无 | 无 |
ehpc:SetSchedulerInfo | SetSchedulerInfo | update | 全部资源 * | 无 | 无 |
ehpc:DeleteJobTemplates | DeleteJobTemplates | delete | 全部资源 * | 无 | 无 |
ehpc:ListClusterLogs | ListClusterLogs | get | 全部资源 * | 无 | 无 |
ehpc:ListTasks | ListTasks | get | 全部资源 * | 无 | 无 |
ehpc:RecoverCluster | RecoverCluster | update | 全部资源 * | 无 | 无 |
ehpc:GetJobLog | GetJobLog | get | 全部资源 * | 无 | 无 |
ehpc:ListTagResources | ListTagResources | get | 全部资源 * | 无 | 无 |
ehpc:DeleteNodes | DeleteNodes | delete | 全部资源 * | 无 | 无 |
ehpc:GetClusterVolumes | GetClusterVolumes | get | 全部资源 * | 无 | 无 |
ehpc:ListJobTemplates | ListJobTemplates | get | 全部资源 * | 无 | 无 |
ehpc:InvokeShellCommand | InvokeShellCommand | create | 全部资源 * | 无 | 无 |
ehpc:ListCloudMetricProfilings | ListCloudMetricProfilings | get | 全部资源 * | 无 | 无 |
ehpc:SubmitServerlessJob | SubmitServerlessJob | create | 全部资源 * | 无 | 无 |
ehpc:ListCpfsFileSystems | ListCpfsFileSystems | get | 全部资源 * | 无 | 无 |
ehpc:ModifyUserGroups | ModifyUserGroups | update | 全部资源 * | 无 | 无 |
ehpc:SubmitJob | SubmitJob | create | 全部资源 * | 无 | 无 |
ehpc:StartVisualService | StartVisualService | update | 全部资源 * | 无 | 无 |
ehpc:GetCommonImage | GetCommonImage | 全部资源 * | 无 | 无 | |
ehpc:UpgradeClient | UpgradeClient | update | 全部资源 * | 无 | 无 |
ehpc:ListInstalledSoftware | ListInstalledSoftware | get | 全部资源 * | 无 | 无 |
ehpc:StopServerlessJobs | StopServerlessJobs | delete | 全部资源 * | 无 | 无 |
ehpc:RunCloudMetricProfiling | RunCloudMetricProfiling | create | 全部资源 * | 无 | 无 |
ehpc:UpdateQueueConfig | UpdateQueueConfig | update | 全部资源 * | 无 | 无 |
ehpc:ListCommunityImages | ListCommunityImages | get | 全部资源 * | 无 | 无 |
ehpc:GetAutoScaleConfig | GetAutoScaleConfig | get | 全部资源 * | 无 | 无 |
ehpc:AddUsers | AddUsers | create | 全部资源 * | 无 | 无 |
ehpc:DeleteContainerApps | DeleteContainerApps | WRITE | 全部资源 * | 无 | 无 |
ehpc:DeleteCluster | DeleteCluster | delete | 全部资源 * | 无 | 无 |
ehpc:StopNodes | StopNodes | update | 全部资源 * | 无 | 无 |
ehpc:CreateCluster | CreateCluster | create | 全部资源 * | 无 | 无 |
ehpc:InstallSoftware | InstallSoftware | create | 全部资源 * | 无 | 无 |
ehpc:DescribePrice | DescribePrice | get | 全部资源 * | 无 | 无 |
ehpc:ListVolumes | ListVolumes | get | 全部资源 * | 无 | 无 |
ehpc:GetSchedulerInfo | GetSchedulerInfo | get | 全部资源 * | 无 | 无 |
ehpc:AddLocalNodes | AddLocalNodes | create | 全部资源 * | 无 | 无 |
ehpc:ListServerlessJobs | ListServerlessJobs | get | 全部资源 * | 无 | 无 |
ehpc:AddSecurityGroup | AddSecurityGroup | create | 全部资源 * | 无 | 无 |
ehpc:InspectImage | InspectImage | 全部资源 * | 无 | 无 | |
ehpc:CreateJobTemplate | CreateJobTemplate | create | 全部资源 * | 无 | 无 |
ehpc:DescribeImage | DescribeImage | get | 全部资源 * | 无 | 无 |
ehpc:GetAccountingReport | GetAccountingReport | get | 全部资源 * | 无 | 无 |
ehpc:DeleteJobs | DeleteJobs | delete | 全部资源 * | 无 | 无 |
ehpc:ListRegions | ListRegions | get | 全部资源 * | 无 | 无 |
ehpc:TagResources | TagResources | create | 全部资源 * | 无 | 无 |
ehpc:SetPostScripts | SetPostScripts | create | 全部资源 * | 无 | 无 |
ehpc:DescribeCluster | DescribeCluster | get | 全部资源 * | 无 | 无 |
ehpc:CreateHybridCluster | CreateHybridCluster | create | 全部资源 * | 无 | 无 |
ehpc:ListAvailableEcsTypes | ListAvailableEcsTypes | get | 全部资源 * | 无 | 无 |
ehpc:ListUsers | ListUsers | get | 全部资源 * | 无 | 无 |
ehpc:ListPreferredEcsTypes | ListPreferredEcsTypes | get | 全部资源 * | 无 | 无 |
ehpc:SummaryImages | SummaryImages | 全部资源 * | 无 | 无 | |
ehpc:ListFileSystemWithMountTargets | ListFileSystemWithMountTargets | get | 全部资源 * | 无 | 无 |
ehpc:DescribeImageGatewayConfig | DescribeImageGatewayConfig | get | 全部资源 * | 无 | 无 |
ehpc:ListUpgradeClients | ListUpgradeClients | get | 全部资源 * | 无 | 无 |
ehpc:RerunJobs | RerunJobs | create | 全部资源 * | 无 | 无 |
ehpc:ListCustomImages | ListCustomImages | get | 全部资源 * | 无 | 无 |
ehpc:ListClustersMeta | ListClustersMeta | get | 全部资源 * | 无 | 无 |
ehpc:GetHybridClusterConfig | GetHybridClusterConfig | get | 全部资源 * | 无 | 无 |
ehpc:QueryServicePackAndPrice | QueryServicePackAndPrice | get | 全部资源 * | 无 | 无 |
ehpc:ListUsersAsync | ListUsersAsync | get | 全部资源 * | 无 | 无 |
ehpc:StopJobs | StopJobs | update | 全部资源 * | 无 | 无 |
ehpc:ListCurrentClientVersion | ListCurrentClientVersion | get | 全部资源 * | 无 | 无 |
ehpc:AddContainerApp | AddContainerApp | WRITE | 全部资源 * | 无 | 无 |
ehpc:ListInvocationStatus | ListInvocationStatus | get | 全部资源 * | 无 | 无 |
ehpc:PullImage | PullImage | WRITE | 全部资源 * | 无 | 无 |
ehpc:DescribeAutoScaleConfig | DescribeAutoScaleConfig | get | 全部资源 * | 无 | 无 |
ehpc:InitializeEHPC | InitializeEHPC | create | 全部资源 * | 无 | 无 |
ehpc:SetQueue | SetQueue | update | 全部资源 * | 无 | 无 |
ehpc:ListInvocationResults | ListInvocationResults | get | 全部资源 * | 无 | 无 |
ehpc:ListSoftwares | ListSoftwares | get | 全部资源 * | 无 | 无 |
ehpc:GetUserImage | GetUserImage | 全部资源 * | 无 | 无 | |
ehpc:GetPostScripts | GetPostScripts | get | 全部资源 * | 无 | 无 |
ehpc:StartNodes | StartNodes | update | 全部资源 * | 无 | 无 |
ehpc:GetVisualServiceStatus | GetVisualServiceStatus | get | 全部资源 * | 无 | 无 |
ehpc:UnTagResources | UnTagResources | delete | 全部资源 * | 无 | 无 |
ehpc:CreateJobFile | CreateJobFile | create | 全部资源 * | 无 | 无 |
ehpc:GetCloudMetricProfiling | GetCloudMetricProfiling | get | 全部资源 * | 无 | 无 |
ehpc:ModifyUserPasswords | ModifyUserPasswords | update | 全部资源 * | 无 | 无 |
ehpc:StopVisualService | StopVisualService | update | 全部资源 * | 无 | 无 |
ehpc:ModifyClusterAttributes | ModifyClusterAttributes | update | 全部资源 * | 无 | 无 |
ehpc:DeleteLocalImage | DeleteLocalImage | 全部资源 * | 无 | 无 | |
ehpc:UpdateClusterVolumes | UpdateClusterVolumes | update | 全部资源 * | 无 | 无 |
ehpc:ListQueues | ListQueues | get | 全部资源 * | 无 | 无 |
ehpc:ModifyImageGatewayConfig | ModifyImageGatewayConfig | WRITE | 全部资源 * | 无 | 无 |
ehpc:DeleteUsers | DeleteUsers | delete | 全部资源 * | 无 | 无 |
ehpc:DeleteSecurityGroup | DeleteSecurityGroup | delete | 全部资源 * | 无 | 无 |
ehpc:ListJobsWithFilters | ListJobsWithFilters | get | 全部资源 * | 无 | 无 |
ehpc:ListImages | ListImages | get | 全部资源 * | 无 | 无 |
ehpc:SyncUsers | SyncUsers | update | 全部资源 * | 无 | 无 |
ehpc:GetIfEcsTypeSupportHtConfig | GetIfEcsTypeSupportHtConfig | get | 全部资源 * | 无 | 无 |
ehpc:ListSecurityGroups | ListSecurityGroups | get | 全部资源 * | 无 | 无 |
ehpc:ListContainerApps | ListContainerApps | get | 全部资源 * | 无 | 无 |
ehpc:ApplyNodes | ApplyNodes | create | 全部资源 * | 无 | 无 |
ehpc:SummaryImagesInfo | SummaryImagesInfo | 全部资源 * | 无 | 无 | |
ehpc:DescribeJob | DescribeJob | get | 全部资源 * | 无 | 无 |
ehpc:DescribeServerlessJobs | DescribeServerlessJobs | get | 全部资源 * | 无 | 无 |
ehpc:StartCluster | StartCluster | update | 全部资源 * | 无 | 无 |
ehpc:ListNodesNoPaging | ListNodesNoPaging | get | 全部资源 * | 无 | 无 |
ehpc:GetCloudMetricLogs | GetCloudMetricLogs | get | 全部资源 * | 无 | 无 |
ehpc:ListNodes | ListNodes | get | 全部资源 * | 无 | 无 |
ehpc:UninstallSoftware | UninstallSoftware | delete | 全部资源 * | 无 | 无 |
ehpc:DescribeEstackImage | DescribeEstackImage | get | 全部资源 * | 无 | 无 |
ehpc:ModifyVisualServicePasswd | ModifyVisualServicePasswd | update | 全部资源 * | 无 | 无 |
ehpc:ListJobs | ListJobs | get | 全部资源 * | 无 | 无 |
资源(Resource)
弹性高性能计算(Ehpc)不支持在RAM权限策略语句的
Resource
中指定资源ARN。如果要允许对弹性高性能计算(Ehpc)的访问权限,请在策略语句中指定"Resource": "*"
。条件(Condition)
弹性高性能计算(Ehpc)未定义产品级别的条件关键字。如需查看适用于所有云产品的通用条件关键字,请参见通用条件关键字。