-
Notifications
You must be signed in to change notification settings - Fork 10
IAM account for AWS
In this tutorial, you will learn how to set up an Amazon Web Services (AWS) Identity and Access Management (IAM) account and add workshop participants to temporary access groups.
Pre-requisites: AWS account
An account alias is a way of making the URL of your sign-in page contain your organization's name (or any other sensical identifier).
-
Log in to AWS as a root user.
-
Go to the IAM management console. You can also navigate to the console by clicking "Services" in the top left corner, then selecting "Security, Identity & Compliance" at the bottom of the "All Services" list.
-
On the IAM console page, choose Dashboard on the left navigation bar.
-
Find the sign-in URL at the top of the dashboard page. Our URL is customized to say
cfde-training-workshop
. -
You can choose the "customize" button to the right of the link. If you already have an alias and wish to edit it, you can click on the "Edit" button.
-
Type the name you want, then choose "Create Alias"
To create IAM users and groups, you must first create an admin group with admin permissions, and add yourself to it.
-
Click on your name at the top right of the window and select "My Account".
-
Scroll down to "IAM User and Role Access to Billing Information". Click "Edit".
-
Select the checkbox next to "Activate IAM Access" and choose "Update".
-
Return to the IAM dashboard.
-
Click on "Users" in the left navigation panel, and then choose "Add user".
-
Type in "Administrator" as the "User name".
-
Check the box next to "AWS Management Console access", and type in your custom password.
Please note: By default, AWS forces the new user to create a new password when first signing in. You can optionally clear the check box next to User must create a new password at next sign-in to allow the new user to reset their password after they sign in.
- Click on "Next: Permissions".
-
On the Permissions page, click on the "Add user to group" button. Then click "Create group".
-
In the "Group name" box, for Group name type "Administrators".
-
Then check the box next to "AdministratorAccess".
-
Click the "Create group" button.
-
Back on the "Add user to group" page, select the check box for your new user group -- "Administrator".
Please note: Refresh the page if you don't see your newly created user group
-
Click the "Next: Tags" button on the bottom of the page.
-
Review your choices, then click "Create user".
-
On the Complete page, you can download a .csv file with login information for the user, or send an email with login instructions to the user.
-
On the AWS IAM dashboard, click on "Policies" on the left navigation bar. If this is your first policy, click "Get Started" on the "Welcome to Managed Policies" page.
-
Click "Create policy and toggle to the "JSON" tab. Then choose "Import managed policy."
-
In the pop-up window, type "power" in the search bar and then check the circle next to "PowerUserAccess".
-
Click on "Import" to display the policy in the JSON box.
-
Click "Next: Tags" and then "Next: Review"
-
On the Review policy page, for Name, type PowerUserExampleCorp. For Description, type Allows full access to all services except those for user management. Then choose "Create policy" to save your work.
https://docs.aws.amazon.com/IAM/lat est/UserGuide/getting-started_create-admin-group.html
Once your alias, admin group, and power user groups are created, you can add new workshop groups. We make a new group for each training workshop. Groups are convenient because you can assign all users with a specific permission type to one group.
-
To create a new group, click on "User groups" under the "Access Management" tab in the left navigation bar.
-
On the "User groups" page, click on the "Create group" button.
-
You will be asked to type in a group name. For our "Intro to AWS" workshops, we use the date of the workshop as the group name.
-
In the left navigation pane, click "User groups" and then click the "Create group" button on the right of the page.
-
In the "User group name" box, type in the group name (name or date of the workshop -- whatever you choose).
-
Scroll down to "Attach permissions policies" and search for "PowerUserExampleCorp" and select the checkbox next to it.
-
Then click "Create group" at the bottom of the page.
Now that you have a dedicated IAM group for your workshop, you can assign users to it.
-
Click on "Users" in the left navigation panel, then click on the "Add Users" button at the top of the page.
-
Type in the workshop participant's email address in the "User name" box. The user name must be unique -- if there is a conflict, you will be asked to select a different name.
-
Click on the "Add another user"
+
to add more workshop registrants. You can add up to 10 users at a time! -
Select the box next to "AWS Management Console access" and then select "Custom password".
-
Type in a password for your workshop participants to use during sign-in.
-
Remember to uncheck the box next to "Users must create a new password at next sign-in Users automatically get the IAMUserChangePassword policy to allow them to change their own password".
-
Then click "Next: Permissions" and check the box next to the workshop group name.
-
Click "Next: Tags", then "Next: Review", and finally click "Create user".
-
Download (as a csv) or copy the passwords for your new users and deliver them to the users securely.
-
You must also provide your users with a link to your IAM user console page and their user names. This link can be found in the downloaded csv file.
- When you are done with the workshop, navigate to the User groups page.
- Select the group you wish to delete and then click the "Delete" button on the top right
- On the pop-up window, type in the group name, and then click "Delete".
- This will revoke privileges from everyone belonging to that group. However, their user ids will still remain in your "Users" list.
- Click on the "Users" tab in the left navigation bar.
- Select up to 10 users you wish to remove.
- Click the "Delete users" button at the top of the page.
- You can't delete more than 10 users at a time! Please repeat if there are more users to delete.
- Home
- Resources for Attendees
- Resources for Instructors
- Training Workshop Notes
-
HuBMAP Tools
-
R
-
RNA-Seq Concepts, Design and Workflows
-
RNA-Seq in the Cloud
-
Snakemake Part I & II
-
UNIX