Practice free →
HomeBCA Cloud Computingcloudcomputingcloudsecurity › What does the principle of least privilege recom…

What does the principle of least privilege recommend when assigning permissions in any cloud IAM system?

AGrant a user, role, or workload only the permissions strictly needed to accomplish its job, and nothing more
BGrant administrator access by default for convenience
CAllow only the root account to perform any action ever
DBlock every API call indefinitely with no exceptions
Answer & Solution
Correct answer: A. Grant a user, role, or workload only the permissions strictly needed to accomplish its job, and nothing more
Least privilege narrowly scopes permissions to the minimum. Default-administrator is the over-privileged anti-pattern; root-only and total-block are the opposite under-privileged anti-pattern.
Solve this in the app — BCA Cloud Computing practice & 24k+ MCQs →
Related questions