Resource Access Management (RAM) is a service provided by Alibaba Cloud to manage user identities and resource access permissions. You can use RAM to prevent RAM users from sharing the AccessKey pairs of your Alibaba Cloud account. You can also use RAM to grant minimum permissions to RAM users. RAM uses policies to define permissions.
This topic describes the elements, such as Action, Resource, and Condition, which are defined by ECS. You can use the elements to create policies in RAM. The code (RamCode) in RAM that is used to indicate ECS is ecs,vpc. You can grant permissions on ECS at the RESOURCE.
General structure of a policy
Policies can be stored as JSON files. The following code provides an example on the general structure of a policy:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}- Effect: specifies the authorization effect. Valid values: Allow, Deny.
- Action: specifies one or more API operations that are allowed or denied. For more information, see the Action section of this topic.
- Resource: specifies one or more resources to which the policy applies. You can use an Alibaba Cloud Resource Name (ARN) to specify a resource. For more information, see the Resource section of this topic.
- Condition: specifies one or more conditions that are required for the policy to take effect. This is an optional field. For more information, see the Condition section of this topic.
- Condition_operator: specifies the conditional operators. Different types of conditions support different conditional operators. For more information, see Policy elements.
- Condition_key: specifies the condition keys.
- Condition_value: specifies the condition values.
Action
ECS defines the values that you can use in theAction element of a policy statement. The following table describes the values.- Operation: the value that you can use in the Action element to specify the operation on a resource.
- API operation: the API operation that you can call to perform the operation.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition key: the condition keys that are defined by the Alibaba Cloud service. The Condition key column does not list the common condition keys that are defined by Alibaba Cloud. For more information about the common condition keys, see Generic Condition Keyword.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Actions | API operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|---|
| ecs:AllocateDedicatedHosts | AllocateDedicatedHosts | create | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/* | None | None |
| ecs:CreateDedicatedHostCluster | CreateDedicatedHostCluster | create | *All Resources * | None | None |
| ecs:DeleteDedicatedHostCluster | DeleteDedicatedHostCluster | delete | *DedicatedHostCluster acs:ecs:{#regionId}:{#accountId}:ddhcluster/{#ddhclusterId} | None | None |
| ecs:DescribeAutoSnapshotPolicyAssociations | DescribeAutoSnapshotPolicyAssociations | get | *All Resources * | None | None |
| ecs:DescribeDedicatedHostAutoRenew | DescribeDedicatedHostAutoRenew | get | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:DescribeDedicatedHostClusters | DescribeDedicatedHostClusters | get | DedicatedHostCluster acs:ecs:{#regionId}:{#accountId}:ddhcluster/{#ddhclusterId}DedicatedHostCluster acs:ecs:{#regionId}:{#accountId}:ddhcluster/* | None | None |
| ecs:DescribeDedicatedHosts | DescribeDedicatedHosts | get | DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/*DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:ModifyDedicatedHostAttribute | ModifyDedicatedHostAttribute | update | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId}DedicatedHostCluster acs:ecs:{#regionId}:{#accountId}:ddhcluster/{#ddhclusterId} | None | None |
| ecs:ModifyDedicatedHostAutoReleaseTime | ModifyDedicatedHostAutoReleaseTime | update | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:ModifyDedicatedHostAutoRenewAttribute | ModifyDedicatedHostAutoRenewAttribute | update | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:ModifyDedicatedHostClusterAttribute | ModifyDedicatedHostClusterAttribute | update | *ddhcluster acs:ecs:{#regionId}:{#accountId}:ddhcluster/{#ddhclusterId} | None | None |
| ecs:ModifyDedicatedHostsChargeType | ModifyDedicatedHostsChargeType | update | *All Resources * | None | None |
| ecs:ModifyInstanceDeployment | ModifyInstanceDeployment | update | DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId}*Instance acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId} | None | None |
| ecs:OpenSnapshotService | OpenSnapshotService | create | *All Resources * | None | None |
| ecs:RedeployDedicatedHost | RedeployDedicatedHost | update | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:ReleaseDedicatedHost | ReleaseDedicatedHost | delete | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
| ecs:RenewDedicatedHosts | RenewDedicatedHosts | update | *DedicatedHost acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId} | None | None |
Resource
ECS defines the values that you can use in theResource. You can attach the policy to a RAM user or a RAM role so that the RAM user or the RAM role can perform a specific operation on a specific resource.
The ARN is the unique identifier of the resource on Alibaba Cloud. Take note of the following items:{#}indicates a variable. {#} must be replaced with an actual value. For example,{#ramcode}must be replaced with the actual code of an Alibaba Cloud service in RAM.- An asterisk (
*) is used as a wildcard. Examples:{#resourceType}is set to*, all resources are specified.{#regionId}is set to*, all regions are specified.{#accountId}is set to*, all Alibaba Cloud accounts are specified.
| Resource type | ARN |
|---|---|
| Activation |
|
| Address |
|
| Association |
|
| AutoProvisioningGroup |
|
| AutoSnapshotPolicy |
|
| BandwidthPackage |
|
| CapacityReservation |
|
| Command |
|
| DedicatedHost |
|
| DedicatedHostCluster |
|
| Demand |
|
| DeploymentSet |
|
| Disk |
|
| DiskEncryptionDefaultConfig |
|
| ElasticityAssurance |
|
| Fleet |
|
| ForwardTable |
|
| HaVip |
|
| HpcCluster |
|
| Image |
|
| ImageComponent |
|
| ImagePipeline |
|
| ImagePipelineExecution |
|
| Instance |
|
| Invocation |
|
| KeyPair |
|
| LaunchTemplate |
|
| NatGateway |
|
| NetworkInterface |
|
| PhysicalConnection |
|
| PortRangeList |
|
| PrefixList |
|
| ReservedInstance |
|
| Role |
|
| RouteTable |
|
| RouterInterface |
|
| SecurityGroup |
|
| ServiceSettings |
|
| Snapshot |
|
| SnapshotGroup |
|
| StorageCapacityUnit |
|
| StorageSet |
|
| VPC |
|
| VRouter |
|
| VSwitch |
|
| VirtualBorderRouter |
|
| Volume |
|
| activation |
|
| autoprovisioninggroup |
|
| ddhcluster |
|
| snapshotpolicy |
|
Condition
ECS defines the values that you can use in the
Condition element of a policy statement. The following table describes the values. The following table describes the service-specific condition keys. The common condition keys that are defined by Alibaba Cloud also apply to ECS. For more information about the common condition keys, see Generic Condition Keyword.The data type determines the conditional operators that you can use to compare the value in a request with the value in a policy statement. You must use conditional operators that are supported by the data type. Otherwise, you cannot compare the value in the request with the value in the policy statement. In this case, the authorization is invalid. For more information about the conditional operators that are supported by each data type, see Policy elements.
| Condition key | Description | Data type |
|---|---|---|
| ecs:AssociatePublicIpAddress | Whether to support the public network IP allocation of resources in the process of creation and change, that is, whether to allow the operation of resources to make the public network bandwidth greater than 0Mbit/s. | Boolean |
| ecs:CommandRunAs | User in the operating system that executes cloud assistant commands | String |
| ecs:ImageOwnerId | Owner UID of the image. | String |
| ecs:ImagePlatform | Operating system type of the image | String |
| ecs:ImageSource | Image Source | String |
| ecs:InstanceType | Instance specifications | String |
| ecs:InstanceTypeFamily | instance specification family | String |
| ecs:IsDiskByokEncrypted | Whether to encrypt the data disk with the primary key. | String |
| ecs:IsDiskEncrypted | Whether it is an encrypted data disk | String |
| ecs:IsSystemDiskByokEncrypted | Whether the master key encrypts the system disk. | String |
| ecs:IsSystemDiskEncrypted | Whether it is an encryption system disk | String |
| ecs:LoginAsNonRoot | Whether to log on to the instance as non-root | Boolean |
| ecs:NotSpecifySecurityGroupId | Whether the security group ID is not specified | Boolean |
| ecs:PasswordCustomized | Whether a custom password is used | Boolean |
| ecs:PasswordInherit | Whether the instance inherits the image password. | Boolean |
| ecs:SecurityEnhancementStrategy | Whether to open security reinforcement. | String |
| ecs:SecurityGroupIpProtocols | Transport layer protocol with security group open | String |
| ecs:SecurityGroupSourceCidrIps | The source IPv4 CIDR segment of the security group that sets access permissions | String |
| ecs:SecurityHardeningMode | Whether to enforce hardened mode (IMDSv2) when accessing instance metadata | Boolean |
| vpc:CreateDefaultVpc | Whether a default VPC can be created | Boolean |
| vpc:IsDefaultVSwitch | Whether it is the default VSwitch and whether the default VSwitch can be used | Boolean |
| vpc:IsDefaultVpc | Whether it is the default VPC | Boolean |
| vpc:VPC | Description: The resource ARN of the VPC. Example values: acs:vpc:cn-shanghai:1234567890:vpc/vpc-abc0123efg4567 *** | String |