AWS IAM Role vs Group

后端 未结 5 521
面向向阳花
面向向阳花 2020-12-13 01:43

The AWS official site reads role as a collection of permissions and group as a collection of users. But still they look the same to me. You attach policies to groups or role

5条回答
  •  独厮守ぢ
    2020-12-13 02:19

    Only one IAM Role can be assumed at a time! And there are several situations which fits exactly this kind of permission.

    Read the faq about: How many IAM roles can I assume?

    The underlaying tool in use is "Permission" in both of the use cases namely: Group and IAM Role.

    Group or IAM Role --> Has Policy --> Policy defines permisions --> Permissions are assigned to a Group or IAM Role.

提交回复
热议问题