授权信息

访问控制(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:EditJobTemplateEditJobTemplateupdate
全部资源
*
ehpc:ListNodesByQueueListNodesByQueueget
全部资源
*
ehpc:AddExistedNodesAddExistedNodescreate
全部资源
*
ehpc:ListClustersListClustersget
全部资源
*
ehpc:ResetNodesResetNodesupdate
全部资源
*
ehpc:AddNodesAddNodescreate
全部资源
*
ehpc:DeleteImageDeleteImageWRITE
全部资源
*
ehpc:ListCommandsListCommandsget
全部资源
*
ehpc:StopClusterStopClusterupdate
全部资源
*
ehpc:ModifyContainerAppAttributesModifyContainerAppAttributesWRITE
全部资源
*
ehpc:DescribeContainerAppDescribeContainerAppget
全部资源
*
ehpc:DeleteQueueDeleteQueuedelete
全部资源
*
ehpc:SetAutoScaleConfigSetAutoScaleConfigupdate
全部资源
*
ehpc:ListContainerImagesListContainerImagesget
全部资源
*
ehpc:DescribeImagePriceDescribeImagePriceget
全部资源
*
ehpc:SetSchedulerInfoSetSchedulerInfoupdate
全部资源
*
ehpc:DeleteJobTemplatesDeleteJobTemplatesdelete
全部资源
*
ehpc:ListClusterLogsListClusterLogsget
全部资源
*
ehpc:ListTasksListTasksget
全部资源
*
ehpc:RecoverClusterRecoverClusterupdate
全部资源
*
ehpc:GetJobLogGetJobLogget
全部资源
*
ehpc:ListTagResourcesListTagResourcesget
全部资源
*
ehpc:DeleteNodesDeleteNodesdelete
全部资源
*
ehpc:GetClusterVolumesGetClusterVolumesget
全部资源
*
ehpc:ListJobTemplatesListJobTemplatesget
全部资源
*
ehpc:InvokeShellCommandInvokeShellCommandcreate
全部资源
*
ehpc:ListCloudMetricProfilingsListCloudMetricProfilingsget
全部资源
*
ehpc:SubmitServerlessJobSubmitServerlessJobcreate
全部资源
*
ehpc:ListCpfsFileSystemsListCpfsFileSystemsget
全部资源
*
ehpc:ModifyUserGroupsModifyUserGroupsupdate
全部资源
*
ehpc:SubmitJobSubmitJobcreate
全部资源
*
ehpc:StartVisualServiceStartVisualServiceupdate
全部资源
*
ehpc:GetCommonImageGetCommonImage
全部资源
*
ehpc:UpgradeClientUpgradeClientupdate
全部资源
*
ehpc:ListInstalledSoftwareListInstalledSoftwareget
全部资源
*
ehpc:StopServerlessJobsStopServerlessJobsdelete
全部资源
*
ehpc:RunCloudMetricProfilingRunCloudMetricProfilingcreate
全部资源
*
ehpc:UpdateQueueConfigUpdateQueueConfigupdate
全部资源
*
ehpc:ListCommunityImagesListCommunityImagesget
全部资源
*
ehpc:GetAutoScaleConfigGetAutoScaleConfigget
全部资源
*
ehpc:AddUsersAddUserscreate
全部资源
*
ehpc:DeleteContainerAppsDeleteContainerAppsWRITE
全部资源
*
ehpc:DeleteClusterDeleteClusterdelete
全部资源
*
ehpc:StopNodesStopNodesupdate
全部资源
*
ehpc:CreateClusterCreateClustercreate
全部资源
*
ehpc:InstallSoftwareInstallSoftwarecreate
全部资源
*
ehpc:DescribePriceDescribePriceget
全部资源
*
ehpc:ListVolumesListVolumesget
全部资源
*
ehpc:GetSchedulerInfoGetSchedulerInfoget
全部资源
*
ehpc:AddLocalNodesAddLocalNodescreate
全部资源
*
ehpc:ListServerlessJobsListServerlessJobsget
全部资源
*
ehpc:AddSecurityGroupAddSecurityGroupcreate
全部资源
*
ehpc:InspectImageInspectImage
全部资源
*
ehpc:CreateJobTemplateCreateJobTemplatecreate
全部资源
*
ehpc:DescribeImageDescribeImageget
全部资源
*
ehpc:GetAccountingReportGetAccountingReportget
全部资源
*
ehpc:DeleteJobsDeleteJobsdelete
全部资源
*
ehpc:ListRegionsListRegionsget
全部资源
*
ehpc:TagResourcesTagResourcescreate
全部资源
*
ehpc:SetPostScriptsSetPostScriptscreate
全部资源
*
ehpc:DescribeClusterDescribeClusterget
全部资源
*
ehpc:CreateHybridClusterCreateHybridClustercreate
全部资源
*
ehpc:ListAvailableEcsTypesListAvailableEcsTypesget
全部资源
*
ehpc:ListUsersListUsersget
全部资源
*
ehpc:ListPreferredEcsTypesListPreferredEcsTypesget
全部资源
*
ehpc:SummaryImagesSummaryImages
全部资源
*
ehpc:ListFileSystemWithMountTargetsListFileSystemWithMountTargetsget
全部资源
*
ehpc:DescribeImageGatewayConfigDescribeImageGatewayConfigget
全部资源
*
ehpc:ListUpgradeClientsListUpgradeClientsget
全部资源
*
ehpc:RerunJobsRerunJobscreate
全部资源
*
ehpc:ListCustomImagesListCustomImagesget
全部资源
*
ehpc:ListClustersMetaListClustersMetaget
全部资源
*
ehpc:GetHybridClusterConfigGetHybridClusterConfigget
全部资源
*
ehpc:QueryServicePackAndPriceQueryServicePackAndPriceget
全部资源
*
ehpc:ListUsersAsyncListUsersAsyncget
全部资源
*
ehpc:StopJobsStopJobsupdate
全部资源
*
ehpc:ListCurrentClientVersionListCurrentClientVersionget
全部资源
*
ehpc:AddContainerAppAddContainerAppWRITE
全部资源
*
ehpc:ListInvocationStatusListInvocationStatusget
全部资源
*
ehpc:PullImagePullImageWRITE
全部资源
*
ehpc:DescribeAutoScaleConfigDescribeAutoScaleConfigget
全部资源
*
ehpc:InitializeEHPCInitializeEHPCcreate
全部资源
*
ehpc:SetQueueSetQueueupdate
全部资源
*
ehpc:ListInvocationResultsListInvocationResultsget
全部资源
*
ehpc:ListSoftwaresListSoftwaresget
全部资源
*
ehpc:GetUserImageGetUserImage
全部资源
*
ehpc:GetPostScriptsGetPostScriptsget
全部资源
*
ehpc:StartNodesStartNodesupdate
全部资源
*
ehpc:GetVisualServiceStatusGetVisualServiceStatusget
全部资源
*
ehpc:UnTagResourcesUnTagResourcesdelete
全部资源
*
ehpc:CreateJobFileCreateJobFilecreate
全部资源
*
ehpc:GetCloudMetricProfilingGetCloudMetricProfilingget
全部资源
*
ehpc:ModifyUserPasswordsModifyUserPasswordsupdate
全部资源
*
ehpc:StopVisualServiceStopVisualServiceupdate
全部资源
*
ehpc:ModifyClusterAttributesModifyClusterAttributesupdate
全部资源
*
ehpc:DeleteLocalImageDeleteLocalImage
全部资源
*
ehpc:UpdateClusterVolumesUpdateClusterVolumesupdate
全部资源
*
ehpc:ListQueuesListQueuesget
全部资源
*
ehpc:ModifyImageGatewayConfigModifyImageGatewayConfigWRITE
全部资源
*
ehpc:DeleteUsersDeleteUsersdelete
全部资源
*
ehpc:DeleteSecurityGroupDeleteSecurityGroupdelete
全部资源
*
ehpc:ListJobsWithFiltersListJobsWithFiltersget
全部资源
*
ehpc:ListImagesListImagesget
全部资源
*
ehpc:SyncUsersSyncUsersupdate
全部资源
*
ehpc:GetIfEcsTypeSupportHtConfigGetIfEcsTypeSupportHtConfigget
全部资源
*
ehpc:ListSecurityGroupsListSecurityGroupsget
全部资源
*
ehpc:ListContainerAppsListContainerAppsget
全部资源
*
ehpc:ApplyNodesApplyNodescreate
全部资源
*
ehpc:SummaryImagesInfoSummaryImagesInfo
全部资源
*
ehpc:DescribeJobDescribeJobget
全部资源
*
ehpc:DescribeServerlessJobsDescribeServerlessJobsget
全部资源
*
ehpc:StartClusterStartClusterupdate
全部资源
*
ehpc:ListNodesNoPagingListNodesNoPagingget
全部资源
*
ehpc:GetCloudMetricLogsGetCloudMetricLogsget
全部资源
*
ehpc:ListNodesListNodesget
全部资源
*
ehpc:UninstallSoftwareUninstallSoftwaredelete
全部资源
*
ehpc:DescribeEstackImageDescribeEstackImageget
全部资源
*
ehpc:ModifyVisualServicePasswdModifyVisualServicePasswdupdate
全部资源
*
ehpc:ListJobsListJobsget
全部资源
*

资源(Resource)

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

条件(Condition)

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

相关操作

您可以创建自定义权限策略,并将权限策略授予RAM用户、RAM用户组或RAM角色。具体操作如下: