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 Antwort
-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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen