Attaching Your New Policy to an IAM User Account
Now that you've created your IAM policy, it's time to assign it to an IAM user account. This will grant the user the permissions defined in the policy.
Prerequisites
- You have already created an IAM user account.
- You have created the IAM policy you want to attach.
Steps 1: Access the IAM Console
Step 2: Locate Your Policy
- Click on "Policies" in the left menu.
- Find the policy you want to attach in the list of policies.
- Click on the policy name to open its details page.
Step 3: Attach the Policy to a User
- On the policy details page, click the "Policy usage" tab.
- Click the "Attach" button. A popup window will appear.
- In the popup, click the "User" tab.
- Select the IAM user account(s) you want to attach the policy to.
- Click the "Add" button to confirm the attachment.
Step 4: Verification
After attaching the policy, you can verify that it's applied to the user by:
- Going to the "Users" section in the IAM console.
- Selecting the user and clicking the "Permissions" tab.
- You should see the newly attached policy listed under the user's permissions.
Important Notes:- Immediate Effect: The policy's permissions will take effect immediately after you attach it to the user account.
- Multiple Policies: You can attach multiple policies to a single user account. The user's effective permissions will be the combination of all attached policies.
- Policy Updates: If you update a policy that is attached to a user account, the changes will automatically apply to the user.
- Detaching Policies: You can remove a policy from a user account by following similar steps and clicking the "Detach" button instead of "Attach."
Related Articles
Create a Full Access IAM Policy
A Full Access policy grants an IAM entity (user, group, or service account) unrestricted permissions to perform any action on all resources within your Greennode AI Platform account. While convenient, such policies should be used with caution due to ...
Manage User Accounts
In Greennode AI Platform, creating IAM user accounts and groups is a straightforward process using the IAM management console. It aims to grant additional users access to services and resources on your account without sharing sensitive security ...
Manage User Groups
An IAM User Group is a collection of IAM user accounts. IAM User Groups simplify permission management by allowing you to grant, change, and revoke permissions for multiple IAM user accounts at once. For example, you could create an IAM User Group ...
What is IAM?
In this section, we'll cover the basics of Identity and Access Management (IAM) and how you can start managing access to your cloud resources securely. Identity and Access Management (IAM) is a crucial security tool in cloud computing. It focuses on ...
Get IAM Access Token
Authorization To use the secured inference endpoint, users will use the client ID and the client secret keys to be authorized via the authorization server (https://iam.api.greennode.ai/accounts/v2/auth/token) using the OAuth2 method. To get the keys, ...