Hacker News new | ask | show | jobs
by nhoughto 1729 days ago
I was pretty sure that you can approximate this in aws iam just with policy conditions on “aws:CurrentTime”

But after much googling it appears not! Seems like a fairly simple additional variables aws could pass through and condition to support, so you can say “only allow this request if the signing time is < 1min ago”, closest you can get is that the policy is only valid after X date! Is a shame!