During an incident, a county break-glass role can be assumed with broad S3 read. Responders must further limit temporary credentials so s3:GetObject works only under the evidence/incident-42/ prefix. What should they pass when assuming the role?
Select an answer to reveal the explanation.
Short Explanation
Break-glass is already a big key—session policies shrink what that temporary badge can open. Pass a tighter policy on AssumeRole so GetObject only hits the incident prefix. Do not widen permanent admin or park keys in the ticket.
Full Explanation
AssumeRole supports an optional session policy that further restricts the effective permissions of temporary credentials without permanently changing the role. For incident response, narrowing s3:GetObject to a single prefix limits blast radius. Permanently broadening admin, shipping long-lived keys, or removing bucket controls works against least privilege during break-glass use.