A cloud security analyst is reviewing access logs and notices that a pre-signed URL for an object was used after its expiration time. What should be the outcome of such an access attempt?
Correct: Expired pre-signed URLs return 403 Forbidden.
Why this answer
Pre-signed URLs are time-limited; once expired, the URL is invalid and access is denied.