image
Identity and Access Management (SCS-C02)

Contents

AWS IAM
2
IAM Features
PREVIEW10m 39s
Managing User Identities in AWS IAM
4
Creating IAM Users
PREVIEW5m 3s
Define and Manage Permissions with AWS IAM
15
Authentication, Authorization, and Access Control
AWS Authentication Mechanisms
22
IAM Roles
2m 16s
23
Key Pairs
1m 58s
24
Authorization Controls in AWS
25
AWS IAM
PREVIEW15m 1s
AWS Control Tower
36
AWS Control Tower
PREVIEW19m 56s
AWS Service Catalog
37
AWS Service Catalog
PREVIEW10m 34s
AWS Resource Access Manager
What is Identity and Access Management?
Difficulty
Intermediate
Duration
3h 46m
Students
248
Ratings
5/5
Description

This course introduces the AWS Identity and Access Management services relevant to the AWS Certified Security - Specialty (SCS-C02) exam.

Want more? Try a lab playground or do a Lab Challenge!

Learning Objectives

  • Understand AWS Identity and Access Management (IAM), along with IAM user groups, roles, and policies
  • Define authentication, authorization, and access control in AWS
  • Understand how to implement identity federation in AWS using services like Amazon Cognito
  • Describe the process of implementing AWS Organizations and building multi-account infrastructure with AWS Control Tower
  • Understand how AWS Service Catalog can be used to configure and deploy portfolios of approved AWS services
  • Explain how to share resources across accounts with AWS Resource Access Manager
Transcript

Hello and welcome to this lecture where I shall provide an overview of what the Identity & Access Management service is, and what IAM actually means.

Firstly I want to define what is meant by Identity & Access Management and I shall break this down into two parts, starting with Identity Management. 

Identities, such as AWS usernames are required to authenticate you to your AWS account, and this authentication process is managed in 2 stages.

  1. The first part of this process is to define who you are, effectively presenting your identity, so for example your AWS username.  This identification is a unique value within IAM for your account, so this means IAM would prevent you from having 2 identical user accounts with the same name within the same AWS account.
  2. The second part of the authentication process is to verify that you are who you say you are. This is achieved by supplying additional data, and when using our AWS usernames we can verify this by supplying a password

Now, Access Management relates to authorization and access control.  Authorization determines what an identity can access within your AWS account once it’s been authenticated to it.  An example of this authorization would be the user’s list of permissions to access specific AWS resources, for example, they might have Full Access to EC2 or Read Only to RDS.

Access Control can be classed as the mechanism of accessing a secured resource.  For example, using the following:

  • Username and password (Authentication and Verification)
  • Multi-Factor Authentication (MFA, used as an additional verification step following a valid password)
  • Or Federated Access, which allows users external to AWS to access resources securely without having to supply AWS user credentials from a valid IAM user account.  Instead, these credentials are supplied from identity providers.  For more information on Identity Federation, please see our existing course here: https://cloudacademy.com/course/using-aws-identity-federation-simplify-access-scale-1549/

So essentially IAM can be defined by its ability to manage, control, and govern authentication, authorization, and access control mechanisms of identities to your resources within your AWS Account.

Having an understanding of the different security controls from an authentication and authorization perspective can help you design the correct level of security for your infrastructure.

About the Author
Students
236481
Labs
1
Courses
232
Learning Paths
187

Stuart has been working within the IT industry for two decades covering a huge range of topic areas and technologies, from data center and network infrastructure design, to cloud architecture and implementation.

To date, Stuart has created 150+ courses relating to Cloud reaching over 180,000 students, mostly within the AWS category and with a heavy focus on security and compliance.

Stuart is a member of the AWS Community Builders Program for his contributions towards AWS.

He is AWS certified and accredited in addition to being a published author covering topics across the AWS landscape.

In January 2016 Stuart was awarded ‘Expert of the Year Award 2015’ from Experts Exchange for his knowledge share within cloud services to the community.

Stuart enjoys writing about cloud technologies and you will find many of his articles within our blog pages.