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.3.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for cli_aws_mfa-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc7eb905d5f7ef944401081fc0f200322bd6bfe5c9bc9b48c1f77a6501149fc5 |
|
MD5 | feae1d26f3ec258b7c37348986211d88 |
|
BLAKE2b-256 | 5ffa495864f68ee23eebeaf8e7484ca963f6bef1817740eabed28f79ae1427df |