CLI AWS MFA
Project description
AWS CLI MFA
Developed by Ajeet Yadav
Example of How To Use
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "MustBeSignedInWithMFA",
"Effect": "Deny",
"NotAction": [
"iam:CreateVirtualMFADevice",
"iam:DeleteVirtualMFADevice",
"iam:ListVirtualMFADevices",
"iam:EnableMFADevice",
"iam:ResyncMFADevice",
"iam:ListAccountAliases",
"iam:ListUsers",
"iam:ListSSHPublicKeys",
"iam:ListAccessKeys",
"iam:ListServiceSpecificCredentials",
"iam:ListMFADevices",
"iam:GetAccountSummary",
"sts:GetSessionToken"
],
"Resource": "*",
"Condition": {
"BoolIfExists": {
"aws:MultiFactorAuthPresent": "false"
}
}
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cli-aws-mfa-0.0.5.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for cli_aws_mfa-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28400e4d9645847dfdc14d9e9987f596b62c3b1851539b5cb4b3e3f2f480f4b4 |
|
MD5 | 20d4d5a07a798f834ffc8d554a8841d8 |
|
BLAKE2b-256 | 9518bb158956b73c91e8cb2ed5b5e5c130d062ab42811a0acaf817389ee7ccf0 |