aws-mfa-enforce
aws-mfa-enforce copied to clipboard
Serverless function to automate enforcement of Multi-Factor Authentication (MFA) to all AWS IAM users with access to AWS Management Console.
Results
1
aws-mfa-enforce issues
Sort by
recently updated
recently updated
newest added
Currently the implementation is : https://github.com/Chan9390/aws-mfa-enforce/blob/master/handler.js#L43 It checks for the `PasswordLastUsed` parameter and determines if the user has management console. But it fails in the following scenario: 1. IAM user...