You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have the user automatically added to IAM groups the group name must be prepended with keymaker_ AND must have the path /keymaker/. However it is not possible to create a group from Amazon AWS console and define the path, you must use CLI:
$ aws iam create-group --path "/keymaker/" --group-name keymaker_mylinuxgroup
It took me some time to find out on how to setup AWS IAM user/role/policy. Maybe it's helpful for other users on how to get started.
I created a user
keymaker
and create a policy to limit only listing users/groups and ssh keys:To have the user automatically added to IAM groups the group name must be prepended with
keymaker_
AND must have the path/keymaker/
. However it is not possible to create a group from Amazon AWS console and define the path, you must use CLI:Notes:
The text was updated successfully, but these errors were encountered: