Finding the right policy in IAM

0

While creating a "readonly" user in IAM, I could not find the approriate policy. I was told to click on Policies, search for readonly, then sort the Policy Name column backwards.

But when I search for "ReadOnlyAccess" I expect the exact match (if available) to be the first in the results. Please improve the GUI and make it easy to find the policy. https://stackoverflow.com/questions/50998498/create-a-read-only-iam-user-in-aws/50998997#comment128293588_50998997

1回答
-1

Hi Shantanu,

It all depends upon what "Actions" are allowed in the attached policy to the tole. Either you can choose the closest role that is readily available AWS Managed Policy (which closely matches your requirement) or you can tailor a Custom Managed Policy with the appropriate Actions allowed (i.e. Read Only) to specific resources.

https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_action.html

AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ