fourcodes-org / proof-of-concepts

2 stars 1 forks source link

60 . Policy Attachment? #116

Closed four-codes closed 1 year ago

four-codes commented 1 year ago

Create three policies for each group:

  1. The admin group should have full admin access.
  2. The read group should have read access.
  3. The dev group should have read and write access, but should not be able to perform any role creation or user creation.
fourtimes commented 1 year ago

1.The admin group should have full admin access.

  1. go to the IAM.
  2. click on the User groups
  3. create a group with the name of admin group
  4. attach the policy for admin access

OUTPUT:

Image

2.The read group should have read access.

  1. go to the IAM.
  2. click on the User groups
  3. create a group with the name of admin group
  4. attach the policy for read only access

OUTPUT:

Image

3.The dev group should have read and write access, but should not be able to perform any role creation or user creation.

  1. go to the IAM.
  2. click on the User groups
  3. create a group with the name of admin group
  4. attach the policy for power user access

OUTPUT:

Image