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

AWS AR & VR Services

The AR & VR category is all about Artificial Intelligence and Virtual Reality.  At the moment, there is only one service available in this category, but nevertheless is cutting edge technology. Sumerian        - Amazon Sumerian lets you create and run virtual reality (VR), augmented reality (AR), and 3D applications quickly and easily without requiring any specialized programming or 3D graphics expertise.  With Sumerian, you can build highly immersive and interactive scenes that run on popular hardware such as Oculus Rift, HTC Vive, and iOS mobile devices (support for Android ARCore coming soon).  For example, you can build a virtual classroom that lets you train new employees around the world, or you can build a virtual environment that enables people to tour a building remotely.  Sumerian makes it easy to create all the building blocks needed to build highly immersive and interactive 3D experiences including adding objects, and designing...

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...

AWS IoT

The IoT or Internet of Things category is a collection of services that are specifically designed for the management and implementation of IoT technology.  These allows you to easily integrate IoT models or functions into your application. Below are the various IoT services available in this category. IoT Core        - AWS IoT provides secure, bi-directional communication between Internet-connected devices such as sensors, actuators, embedded micro-controllers, or smart appliances and the AWS Cloud. This enables you to collect telemetry data from multiple devices, and store and analyze the data. You can also create applications that enable your users to control these devices from their phones or tablets. IoT 1-Click       - AWS IoT 1-Click is a service that makes it easy for simple devices to trigger AWS Lambda functions that execute a specific action. Some examples of possible actions include calling technical support, reordering goods and ...