-
Book Overview & Buying
-
Table Of Contents
Amazon EC2 Cookbook
By :
You can manage users better using IAM groups than by managing them as individual users. Using groups, you can assign same permissions to multiple users. This makes it easier to assign the same permissions to multiple users. In addition, it also becomes simpler to update or reassign permissions for multiple users, or move users between groups.
Typically, you would map permissions to a specific business function in your organization followed by assigning users to that function. After creating groups, you have to create a policy and assign it to the group. Policy variables and groups allow you to manage your users without hardcoding each user in the policy.
Execute the following command to create a group called developers:
$ aws iam create-group --group-name developers
Execute the following command to add the previously created user, ethanhunt, to the developers group:
$ aws...
Change the font size
Change margin width
Change background colour