nerdexam
Dell-EMC

D-ECS-DS-23 · Question #99

What access control feature is essential for a financial services company using an ECS cluster to secure client data?

The correct answer is C. Fine-grained IAM policies. Fine-grained IAM policies (C) are essential because they enforce the principle of least privilege - each ECS task, service, or employee gets only the specific permissions needed to access client data, minimizing the blast radius of any breach or misconfiguration. Option A is…

ECS Security Design

Question

What access control feature is essential for a financial services company using an ECS cluster to secure client data?

Options

  • AUnencrypted data transmission protocols
  • BPublic access to all data objects
  • CFine-grained IAM policies
  • DSingle, shared user account for all employees

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    93% (50)
  • D
    2% (1)

Explanation

Fine-grained IAM policies (C) are essential because they enforce the principle of least privilege - each ECS task, service, or employee gets only the specific permissions needed to access client data, minimizing the blast radius of any breach or misconfiguration. Option A is wrong because unencrypted transmission exposes sensitive financial data to interception (the opposite of security). Option B is wrong because public access to data objects would make client data visible to anyone on the internet, violating every financial regulation imaginable. Option D is wrong because a single shared account eliminates auditability, makes credential rotation impossible, and means a single compromised password exposes everything.

Memory tip: Think "IAM = I Access Minimally" - in financial services, regulators like SOC 2 and PCI-DSS demand you prove who accessed what and when, which only fine-grained per-identity policies can provide.

Topics

#IAM policies#access control#data security#financial compliance

Community Discussion

No community discussion yet for this question.

Full D-ECS-DS-23 Practice