文档

授权信息

更新时间:
访问控制(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:AddContainerAppAddContainerAppWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:AddExistedNodesAddExistedNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:AddLocalNodesAddLocalNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:AddNodesAddNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:AddQueueAddQueueWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:AddUsersAddUsersWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ApplyNodesApplyNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:CreateClusterCreateClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:CreateHybridClusterCreateHybridClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:CreateJobFileCreateJobFileWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:CreateJobTemplateCreateJobTemplateWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteClusterDeleteClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteContainerAppsDeleteContainerAppsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteImageDeleteImageWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteJobTemplatesDeleteJobTemplatesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteJobsDeleteJobsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteNodesDeleteNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteQueueDeleteQueueWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DeleteUsersDeleteUsersWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeAutoScaleConfigDescribeAutoScaleConfigRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeClusterDescribeClusterRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeContainerAppDescribeContainerAppRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeEstackImageDescribeEstackImageRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeImageDescribeImageRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeImageGatewayConfigDescribeImageGatewayConfigRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeImagePriceDescribeImagePriceRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeJobDescribeJobRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribePriceDescribePriceRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:DescribeServerlessJobsDescribeServerlessJobsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:EditJobTemplateEditJobTemplateWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetAccountingReportGetAccountingReportRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetAutoScaleConfigGetAutoScaleConfigRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetCloudMetricLogsGetCloudMetricLogsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetCloudMetricProfilingGetCloudMetricProfilingRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetClusterVolumesGetClusterVolumesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetCommonImageGetCommonImage
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetHybridClusterConfigGetHybridClusterConfigRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetIfEcsTypeSupportHtConfigGetIfEcsTypeSupportHtConfigRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetJobLogGetJobLogRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetPostScriptsGetPostScriptsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetSchedulerInfoGetSchedulerInfoRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetUserImageGetUserImage
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:GetVisualServiceStatusGetVisualServiceStatusRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:InitializeEHPCInitializeEHPCWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:InspectImageInspectImage
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:InstallSoftwareInstallSoftwareWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:InvokeShellCommandInvokeShellCommandWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListAvailableEcsTypesListAvailableEcsTypesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCloudMetricProfilingsListCloudMetricProfilingsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListClusterLogsListClusterLogsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListClustersListClustersRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListClustersMetaListClustersMetaRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCommandsListCommandsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCommunityImagesListCommunityImagesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListContainerAppsListContainerAppsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListContainerImagesListContainerImagesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCpfsFileSystemsListCpfsFileSystemsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCurrentClientVersionListCurrentClientVersionRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListCustomImagesListCustomImagesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListFileSystemWithMountTargetsListFileSystemWithMountTargetsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListImagesListImagesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListInstalledSoftwareListInstalledSoftwareRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListInvocationResultsListInvocationResultsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListInvocationStatusListInvocationStatusRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListJobTemplatesListJobTemplatesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListJobsListJobsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListJobsWithFiltersListJobsWithFiltersRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListNodesListNodesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListNodesByQueueListNodesByQueueRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListNodesNoPagingListNodesNoPagingRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListPreferredEcsTypesListPreferredEcsTypesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListQueuesListQueuesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListRegionsListRegionsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListSecurityGroupsListSecurityGroupsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListServerlessJobsListServerlessJobsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListSoftwaresListSoftwaresRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListTasksListTasksRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListUpgradeClientsListUpgradeClientsRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListUsersListUsersRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListUsersAsyncListUsersAsyncRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ListVolumesListVolumesRead
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyClusterAttributesModifyClusterAttributesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyContainerAppAttributesModifyContainerAppAttributesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyImageGatewayConfigModifyImageGatewayConfigWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyUserGroupsModifyUserGroupsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyUserPasswordsModifyUserPasswordsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ModifyVisualServicePasswdModifyVisualServicePasswdWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:PullImagePullImageWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:RecoverClusterRecoverClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:RerunJobsRerunJobsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:ResetNodesResetNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:RunCloudMetricProfilingRunCloudMetricProfilingWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SetAutoScaleConfigSetAutoScaleConfigWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SetPostScriptsSetPostScriptsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SetQueueSetQueueWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SetSchedulerInfoSetSchedulerInfoWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StartClusterStartClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StartNodesStartNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StartVisualServiceStartVisualServiceWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StopClusterStopClusterWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StopJobsStopJobsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StopNodesStopNodesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StopServerlessJobsStopServerlessJobsWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:StopVisualServiceStopVisualServiceWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SubmitJobSubmitJobWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SubmitServerlessJobSubmitServerlessJobWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SummaryImagesInfoSummaryImagesInfo
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:SyncUsersSyncUsersWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:UninstallSoftwareUninstallSoftwareWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:UpdateClusterVolumesUpdateClusterVolumesWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:UpdateQueueConfigUpdateQueueConfigWrite
acs:ehpc:{#regionId}:{#accountId}:*
ehpc:UpgradeClientUpgradeClientWrite
acs:ehpc:{#regionId}:{#accountId}:*

资源(Resource)

弹性高性能计算(Ehpc)不支持在RAM权限策略语句的Resource中指定资源ARN。如果要允许对弹性高性能计算(Ehpc)的访问权限,请在策略语句中指定"Resource": "*"

条件(Condition)

弹性高性能计算(Ehpc)未定义产品级别的条件关键字。如需查看适用于所有云产品的通用条件关键字,请参见通用条件关键字

相关操作

您可以创建自定义权限策略,并将权限策略授予RAM用户、RAM用户组或RAM角色。具体操作如下:
  • 本页导读 (1)
文档反馈