Skip to content

Instantly share code, notes, and snippets.

@limed
Created October 14, 2015 22:05
Show Gist options
  • Select an option

  • Save limed/920f87e8cc5a4c0e6015 to your computer and use it in GitHub Desktop.

Select an option

Save limed/920f87e8cc5a4c0e6015 to your computer and use it in GitHub Desktop.
{
"Sid": "DoNotAllowAnythingOtherThanAboveUnlessMFAd",
"Effect": "Deny",
"NotAction": "iam:*",
"Resource": "*",
"Condition": {
"Null": {
"aws:MultiFactorAuthAge": "true"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment