CISSP Security and Risk Management • Set 4
CISSP Security and Risk Management Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A cloud security architect is designing access control for an S3 bucket. This policy is attached to an IAM role. Which access control model does this policy primarily implement?
Refer to the exhibit.
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::corporate-bucket/*",
"Condition": {
"StringEquals": {
"aws:PrincipalTag/department": "finance"
}
}
}