简体   繁体   中英

Visual Studio AWS toolkit with multifactor authentication?

I have mutifactor authentication setup for web console logins (using google authenticator).

But I can still open VS with the AWS toolkit, it automatically pulls my creds, and I have access to all my AWS services. It also doesn't seem to time out.

I want VS to prompt me for a google authenticator code before it can connect to AWS.

Is this possible?

I'd hate to have MFA for web console logins totally subverted by VS (which may become the tool of choice).

For IAM users, MFA only affects console login. It does not affect the IAM access keys used for that user.

Since Visual Studio uses access keys, it will not prompt you for the MFA device code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM