CISSP|CISA|CEH|Oracle|AWS|Azure|CompTIA CyberSecurity
Pages
Home
AWS
Google Cloud
Oracle
Exadata
Unix
Index of all the post
Wednesday, 15 January 2020
AWS CLI - Add user to a group
To get the list of groups :
aws iam list-groups
To Add user to a group:
aws iam add-user-to-group --group-name 'Grouptest' --user-name 'testuser2'
Verify the user to the group :
aws iam list-groups-for-user --user-name 'testuser2'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment