文档

授权信息

访问控制(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:AddExistedNodesAddExistedNodesWrite
全部资源
*
ehpc:AddNodesAddNodesWrite
全部资源
*
ehpc:AddQueueAddQueueWrite
全部资源
*
ehpc:AddUsersAddUsersWrite
全部资源
*
ehpc:ApplyNodesApplyNodesWrite
全部资源
*
ehpc:CreateClusterCreateClusterWrite
全部资源
*
ehpc:CreateHybridClusterCreateHybridClusterWrite
全部资源
*
ehpc:CreateJobFileCreateJobFileWrite
全部资源
*
ehpc:CreateJobTemplateCreateJobTemplateWrite
全部资源
*
ehpc:DeleteClusterDeleteClusterWrite
全部资源
*
ehpc:DeleteJobTemplatesDeleteJobTemplatesWrite
全部资源
*
ehpc:DeleteJobsDeleteJobsWrite
全部资源
*
ehpc:DeleteNodesDeleteNodesWrite
全部资源
*
ehpc:DeleteQueueDeleteQueueWrite
全部资源
*
ehpc:DeleteUsersDeleteUsersWrite
全部资源
*
ehpc:DescribeAutoScaleConfigDescribeAutoScaleConfigRead
全部资源
*
ehpc:DescribeClusterDescribeClusterRead
全部资源
*
ehpc:DescribeEstackImageDescribeEstackImageRead
全部资源
*
ehpc:DescribeImagePriceDescribeImagePriceRead
全部资源
*
ehpc:DescribeJobDescribeJobRead
全部资源
*
ehpc:DescribePriceDescribePriceRead
全部资源
*
ehpc:DescribeServerlessJobsDescribeServerlessJobsRead
全部资源
*
ehpc:EditJobTemplateEditJobTemplateWrite
全部资源
*
ehpc:GetAccountingReportGetAccountingReportRead
全部资源
*
ehpc:GetAutoScaleConfigGetAutoScaleConfigRead
全部资源
*
ehpc:GetCloudMetricLogsGetCloudMetricLogsRead
全部资源
*
ehpc:GetCloudMetricProfilingGetCloudMetricProfilingRead
全部资源
*
ehpc:GetClusterVolumesGetClusterVolumesRead
全部资源
*
ehpc:GetCommonImageGetCommonImage
全部资源
*
ehpc:GetIfEcsTypeSupportHtConfigGetIfEcsTypeSupportHtConfigRead
全部资源
*
ehpc:GetJobLogGetJobLogRead
全部资源
*
ehpc:GetPostScriptsGetPostScriptsRead
全部资源
*
ehpc:GetSchedulerInfoGetSchedulerInfoRead
全部资源
*
ehpc:GetVisualServiceStatusGetVisualServiceStatusRead
全部资源
*
ehpc:InitializeEHPCInitializeEHPCWrite
全部资源
*
ehpc:InspectImageInspectImage
全部资源
*
ehpc:InstallSoftwareInstallSoftwareWrite
全部资源
*
ehpc:InvokeShellCommandInvokeShellCommandWrite
全部资源
*
ehpc:ListAvailableEcsTypesListAvailableEcsTypesRead
全部资源
*
ehpc:ListCloudMetricProfilingsListCloudMetricProfilingsRead
全部资源
*
ehpc:ListClusterLogsListClusterLogsRead
全部资源
*
ehpc:ListClustersListClustersRead
全部资源
*
ehpc:ListClustersMetaListClustersMetaRead
全部资源
*
ehpc:ListCommandsListCommandsRead
全部资源
*
ehpc:ListCommunityImagesListCommunityImagesRead
全部资源
*
ehpc:ListContainerAppsListContainerAppsRead
全部资源
*
ehpc:ListCurrentClientVersionListCurrentClientVersionRead
全部资源
*
ehpc:ListCustomImagesListCustomImagesRead
全部资源
*
ehpc:ListFileSystemWithMountTargetsListFileSystemWithMountTargetsRead
全部资源
*
ehpc:ListImagesListImagesRead
全部资源
*
ehpc:ListInstalledSoftwareListInstalledSoftwareRead
全部资源
*
ehpc:ListInvocationResultsListInvocationResultsRead
全部资源
*
ehpc:ListInvocationStatusListInvocationStatusRead
全部资源
*
ehpc:ListJobTemplatesListJobTemplatesRead
全部资源
*
ehpc:ListJobsListJobsRead
全部资源
*
ehpc:ListJobsWithFiltersListJobsWithFiltersRead
全部资源
*
ehpc:ListNodesListNodesRead
全部资源
*
ehpc:ListNodesByQueueListNodesByQueueRead
全部资源
*
ehpc:ListNodesNoPagingListNodesNoPagingRead
全部资源
*
ehpc:ListPreferredEcsTypesListPreferredEcsTypesRead
全部资源
*
ehpc:ListQueuesListQueuesRead
全部资源
*
ehpc:ListRegionsListRegionsRead
全部资源
*
ehpc:ListSecurityGroupsListSecurityGroupsRead
全部资源
*
ehpc:ListServerlessJobsListServerlessJobsRead
全部资源
*
ehpc:ListSoftwaresListSoftwaresRead
全部资源
*
ehpc:ListUpgradeClientsListUpgradeClientsRead
全部资源
*
ehpc:ListUsersListUsersRead
全部资源
*
ehpc:ListUsersAsyncListUsersAsyncRead
全部资源
*
ehpc:ListVolumesListVolumesRead
全部资源
*
ehpc:ModifyClusterAttributesModifyClusterAttributesWrite
全部资源
*
ehpc:ModifyUserGroupsModifyUserGroupsWrite
全部资源
*
ehpc:ModifyUserPasswordsModifyUserPasswordsWrite
全部资源
*
ehpc:ModifyVisualServicePasswdModifyVisualServicePasswdWrite
全部资源
*
ehpc:QueryServicePackAndPriceQueryServicePackAndPriceRead
全部资源
*
ehpc:RecoverClusterRecoverClusterWrite
全部资源
*
ehpc:RerunJobsRerunJobsWrite
全部资源
*
ehpc:ResetNodesResetNodesWrite
全部资源
*
ehpc:RunCloudMetricProfilingRunCloudMetricProfilingWrite
全部资源
*
ehpc:SetAutoScaleConfigSetAutoScaleConfigWrite
全部资源
*
ehpc:SetPostScriptsSetPostScriptsWrite
全部资源
*
ehpc:SetQueueSetQueueWrite
全部资源
*
ehpc:SetSchedulerInfoSetSchedulerInfoWrite
全部资源
*
ehpc:StartClusterStartClusterWrite
全部资源
*
ehpc:StartNodesStartNodesWrite
全部资源
*
ehpc:StartVisualServiceStartVisualServiceWrite
全部资源
*
ehpc:StopClusterStopClusterWrite
全部资源
*
ehpc:StopJobsStopJobsWrite
全部资源
*
ehpc:StopNodesStopNodesWrite
全部资源
*
ehpc:StopServerlessJobsStopServerlessJobsWrite
全部资源
*
ehpc:StopVisualServiceStopVisualServiceWrite
全部资源
*
ehpc:SubmitJobSubmitJobWrite
全部资源
*
ehpc:SubmitServerlessJobSubmitServerlessJobWrite
全部资源
*
ehpc:SummaryImagesInfoSummaryImagesInfo
全部资源
*
ehpc:UninstallSoftwareUninstallSoftwareWrite
全部资源
*
ehpc:UpdateClusterVolumesUpdateClusterVolumesWrite
全部资源
*
ehpc:UpgradeClientUpgradeClientWrite
全部资源
*

资源(Resource)

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

条件(Condition)

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

相关操作

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