Skip to main content

Creating IAM Groups

When working on IAM for the first time, in my opinion, it is best that you start off at creating your initial IAM Groups before creating user accounts.  This will give you an overview of how you would allocate permissions depending on the job function of users you will be creating next.

IAM Groups are similar to Microsoft AD Groups in such a way that it has attached permissions that provide any user added to the group access to perform certain functions on a given resource or resources.  However IAM Groups can only be used to manage permissions for AWS resources.

This article shows you how to create IAM Groups.

Steps to follow:

  1. Login to the AWS console using your Root account. Click Services and then Click "IAM"
  2. On the left hand side click "Groups"
  3. Click the "Create New Group" button
  4. Type the name of the group you wish to create then click the "Next Step" button.
  5. Choose the level of permission from the list of Policies available then click the "Next Step"
    button. (For this example I chose AdministratorAccess which is similar to the Root account's)
  6. Review the settings and then click the "Create Group" button.
     
  7. Your new group is now created and is ready for users to be added to it. 

See the next article for creating IAM Users.


Comments

Popular posts from this blog

Welcome!

Hello dear readers! Welcome to my blog where I present the world of cloud computing on AWS.  Here you will find information that'll help you understand what it is, where it is, and how you can use it.  This blog will include AWS facts and news, use cases and projects, guides and instructions, tips and tricks, and a whole lot more to follow as I continue to develop this site to be a one stop shop for everyone wanting to know how AWS ome AWS is. (wink.. wink...) So keep on reading through the articles to find what you want and feel free to comment on what contents you would like to see in the future.  Have a great day everyone!

AWS End User Computing

The End User Computing category comprises of services which cater to Workstation Services needs.  It provides virtualized computer terminals as well as an Application Streaming service in a client-server setup. Here are the two services that are currently in this category. WorkSpaces        - Amazon Workspaces enables you to provision virtual, cloud-based Microsoft Windows desktops for your users, known as WorkSpaces.  It eliminates the need to procure and deploy hardware or install complex software.  You can quickly add or remove users as your needs change.  Users can access their virtual desktops from multiple devices or web browsers.        - Virtual terminals (VDI).  A way of having your desktop in the cloud. WorkDocs        - Amazon WorkDocs is a fully managed, secure, enterprise storage and sharing service with strong administrative controls and feedback capabilities that improve user prod...

How to create an AWS free-tier account

Creating an AWS account isn't all that difficult.  This should be your 2nd step in your AWS journey.  The first being a clear familiarization of the various AWS services and their functions.  If you are not at all familiar with any of them, I would suggest you check out my previous posts which briefly discusses the various core services available in AWS then come back here to create your AWS account. When creating an AWS account you will need the following: A registered email address.   A credit card note: don't worry about fees.  creating the free tier account is totally free.  and there is a list of services that you will have free access to within their respective usage parameters.  Just be aware of these parameters as you can be charged if you go over the usage limit for the free tier account.   Now that you have the requirements available, lets begin creating your account.   First click this:  AWS Free Tier and then...