openskills.info
Course Preview

Cloud Identity and Access Management

Cloud identity and access management controls who and what can access resources across cloud platforms. It defines identities, assigns permissions through policies, enforces least privilege, and provides the authentication and authorization layer for every cloud API call.

itCloud computing

Cloud Identity and Access Management

Cloud identity and access management, or IAM, controls access to cloud resources. It answers four linked questions:

  1. Who or what is requesting access?
  2. How does the system verify that identity?
  3. What action may that identity perform on which resource?
  4. What evidence records the decision and resulting activity?

IAM is the control plane between identities and resources. A strong design gives each identity enough access for its work, for only as long as needed. A weak design can turn one stolen credential into broad access across an environment.

The central mental model

Think of an access decision as a sentence:

A principal may perform an action on a resource when the request meets specified conditions.

  • Principal: a human, workload, device, or external identity making a request
  • Action: an operation such as reading an object or changing a network policy
  • Resource: the protected object, service, project, account, or subscription
  • Condition: context such as time, device state, network, authentication strength, or resource attributes

Authentication establishes confidence in an identity. Authorization decides what that authenticated identity may do. These are separate controls. A successful sign-in does not imply permission to every resource.

Cloud providers express the model with different policy languages and names. The stable questions remain the same: principal, action, resource, and condition.

Identity types

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources