Resource Access Management (RAM) allows you to manage the permissions of your Alibaba Cloud account and its RAM users separately. You can grant different permissions to different RAM users to avoid security risks caused by disclosure of the AccessKey pair of your Alibaba Cloud account.
Background information
Enterprise A has activated Message Queue for Apache Kafka and wants to grant different permissions to its employees with different duties to perform operations on Message Queue for Apache Kafka resources, such as instances, topics, and consumer groups. Employees with different duties require different permissions. Enterprise A has the following requirements:
- For security purposes, the enterprise does not want to disclose the AccessKey pair of its Alibaba Cloud account to employees. Instead, it prefers to create different RAM users for employees and grant different permissions to these RAM users.
- Only RAM users who are granted permissions can manage resources. Resource usage and costs are not calculated separately for each RAM user. All expenses are billed to the Alibaba Cloud account of Enterprise A.
- Enterprise A can revoke the permissions granted to RAM users and delete RAM users at any time.
Step 1: Create RAM users
Enterprise A uses its Alibaba Cloud account to log on to the RAM console and create RAM users.
Step 2: Grant permissions to RAM users
Method 1: Grant permissions to a RAM user on the Users page
- Log on to the RAM console by using your Alibaba Cloud account.
- In the left-side navigation pane, choose .
- On the Users page, find the RAM user to which you want to attach the custom policy, and click Add Permissions in the Actions column.
- In the Add Permissions panel, grant permissions to the RAM user.
- Click OK.
- Click Complete.
Method 2: Grant permissions to a RAM user on the Grants page
- Log on to the RAM console by using your Alibaba Cloud account.
- In the left-side navigation pane, choose .
- On the Grants page, click Grant Permission.
- On the Grant Permission page, grant permissions to a RAM user.
- Click OK.
- Click Complete.
What to do next
Employees of Enterprise A can use RAM users to access Message Queue for Apache Kafka by using the following methods:
- Console
- Open the RAM User Logon page in a browser.
- On the RAM User Logon page, enter the logon name of the RAM user, click Next, enter the password, and then click Log On.
Note The logon name of the RAM user is in the format of <$username>@<$AccountAlias> or <$username>@<$AccountAlias>.onaliyun.com. <$AccountAlias> is the alias of the RAM user. If no alias is set, use the ID of the Alibaba Cloud account.
- API
Use the AccessKey ID and AccessKey secret of the RAM user in code to make an API request to access Message Queue for Apache Kafka.