Adding policies to your IAM role
To get started with Amazon SageMaker Feature Store you must have a role and add the required policy to your
role, AmazonSageMakerFeatureStoreAccess. The following is a walkthrough on how
to view the policies attached to a role and how to add a policy to your role. For
information on how to create a role, see How to use SageMaker AI execution roles. For information on how to get your execution role,
see Get your execution role.
Open the IAM console at https://console.amazonaws.cn/iam/
. -
In the navigation pane on the left of the IAM console, choose Roles.
-
In the search bar enter the role you are using for Amazon SageMaker Feature Store.
For examples on how to find your execution role ARN for a notebook within SageMaker AI, see Get your execution role. The role is at the end of the execution role ARN.
-
After you enter the role in the search bar, choose the role.
Under Permissions policies you can view the policies attached to the role.
-
After you choose the role, choose Add permissions, then choose Attach policies.
-
In the search bar under Other permissions policies enter
AmazonSageMakerFeatureStoreAccessand press enter. If the policy does not show, you may already have the policy attached, listed under your Current permissions policies. -
After you press enter, select the check box next to the policy and then choose Add permissions.
-
After you have attached the policy to your role, the policy will appear under Permissions policies for your IAM role.