nerdexam
CSA

CCSK · Question #250

Which of the following is a preferred model for cloud-based access management?

The correct answer is D. Attribute based. Attribute-Based Access Control (ABAC) is the preferred model for cloud environments because it enables fine-grained, context-aware access decisions based on dynamic attributes rather than static role assignments.

Cloud Platform and Infrastructure Security

Question

Which of the following is a preferred model for cloud-based access management?

Options

  • ARole based
  • BIdentity based
  • CAccess Based
  • DAttribute based

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    14% (5)
  • C
    3% (1)
  • D
    77% (27)

Why each option

Attribute-Based Access Control (ABAC) is the preferred model for cloud environments because it enables fine-grained, context-aware access decisions based on dynamic attributes rather than static role assignments.

ARole based

Role-Based Access Control (RBAC) is less suited to cloud because it relies on static role assignments and struggles to handle the dynamic, context-dependent access scenarios common in multi-cloud and hybrid environments.

BIdentity based

Identity-based access ties permissions directly to a specific identity and does not account for contextual factors like resource sensitivity or environmental conditions, making it too coarse for cloud environments.

CAccess Based

Access-based is not a standard named access control model, and it does not represent a defined framework with the granularity needed for cloud access management.

DAttribute basedCorrect

ABAC evaluates access requests using attributes of the user (department, clearance), the resource (data classification, owner), the environment (time, location, device posture), and the action being requested. In cloud environments where resources are dynamic, multi-tenant, and accessed from diverse contexts, ABAC's flexibility allows policies to scale without requiring administrators to pre-define every role combination.

Concept tested: Attribute-Based Access Control for cloud environments

Source: https://csrc.nist.gov/publications/detail/sp/800-162/final

Topics

#attribute-based access control#ABAC#cloud IAM#access management

Community Discussion

No community discussion yet for this question.

Full CCSK Practice