AWS News Blog

AWS Identity and Access Management Users Can Now Log in to the AWS Management Console

Voiced by Polly

The AWS Management Console now recognizes Users created via AWS Identity and Access Management (IAM). IAM users can now log in to the console and manage resources within an AWS account. IAM Users can be assigned individual Multi-Factor Authentication (MFA) devices to provide additional security when they access the console. IAM can also be used to give permission for a particular User to access resources, services, and APIs.

Here’s a quick recap of the major features of IAM:

  • Create User Identities – Add Users (unique identities that can interact with AWS services) to your AWS account. A User can be an individual, a system, or an application with a need to access AWS services.
  • Assign and Manage Security Credentials – Assign security credentials such as access keys to each User, with the ability to rotate or revoke these credentials as needed.
  • Organize Users in Groups – Create IAM Groups to simplify the management of permissions for multiple Users.
  • Centrally Control User Access – Control the operations that each User can perform, including access to APIs for specific AWS Services and resources.
  • Add Conditions to Permissions – Use conditions such as time of day, source IP address, or protocol (e.g. SSL) to control how and when a User can access AWS.
  • View a Single AWS Bill – Receive a single bill which represents the activity of all of the Users within a single AWS account.

Put it all together and what’s the result? It is now much easier for multiple people to securely share access to an AWS account. This should be of interest to everyone — individual developers, small companies, and large enterprises. I am currently setting up individual IAM Users for each of my own AWS applications.

IAM is a really powerful feature and I’ll have a lot more to say about it over the next couple of weeks. I’ve got the following blog posts in the pipeline:

  • A more detailed introduction to IAM.
  • A step-by-step guide to using the IAM CLI to enable sharing of a limited set of files within an Amazon S3 bucket.
  • A walkthrough to show you how IAM Users can access the AWS Management Console.
  • A walkthrough on the use of the AWS Access Policy Language for more advanced/conditional control of permissions.

Let me know if you’d like me to cover any other topics and I’ll do my best to oblige. In the meantime, check out the IAM Getting Started Guide, the IAM API Reference, and the IAM Quick Reference Card (there’s even more documentation here). Also, don’t forget to refer to my previous blog post on the AWS Policy Generator for help creating policies that control permissions for your users.

A number of applications and development tools already include support for IAM. Here’s what I know about (leave a comment if you know of any others):

— Jeff;

 

Modified 10/27/2020 – In an effort to ensure a great experience, expired links in this post have been updated or removed from the original post.