
Explore AWS IAM concepts through a classroom-style training that uses simple analogies, explains why the technology matters, and blends whiteboard demos and slides to help learners master cloud basics.
Discover AWS IAM basics: authentication, authorization, and policies for users, groups, and roles, plus how API calls reach endpoints and how CloudTrail records activity.
Create and manage aws iam users and groups, attach policies for ec2 and s3, and enforce least privilege with a policy editor and json policies.
Explore IAM policies, including managed policies, customer managed policy, and inline policies, and learn how resource policies differ; attach policies to users, groups, or roles and leverage versioning.
Learn how AWS IAM roles allow a user to assume a trusted role, gaining temporary permissions defined by a role's policy, with trust policy guiding who can assume them.
Explore how AWS IAM uses users, groups, roles, and policies (a JSON document) to grant or deny access, and how policies attach to users, groups, roles, and resources, with federation.
Security is a crucial aspect of any application or any infrastructure you design or build. AWS IAM allows you to securely build and operate in AWS Cloud. AWS IAM interacts with almost every AWS service and authorizes every request you send to AWS cloud. Some of the concepts of AWS IAM are pretty unique (like roles), which may be difficult to understand and comprehend. In this training you will learn these concepts using real life analogies.
Using AWS IAM, you can create users who regularly login to access AWS resources, arrange them in a group for easier management, and let them assume a role (within or across AWS accounts) so that they can perform various aspects of their work in AWS cloud securely using temporary credentials. IAM Roles, also helps AWS services to access other AWS services securely.
For providing required permission to these identities, AWS IAM uses policies, which give you the granular control on the actions performed by these identities.
AWS IAM can also facilities adding external identity providers so your users don’t have to authenticate separately for using AWS Cloud.
Whether you are builder (developer, solution architect) or an operator (Systems Admin, Network Engineer, Security Consultant), AWS IAM helps you leverage AWS Cloud is the safest possible manner.