Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add more devices to AWS root account MFA

I already have Google authenticator installed in my iPhone and I'm using it to signin to my AWS root account. I want to add the ability to login with MFA using my Android phone as well, using a corresponding token-generator Android app.

Is it possible to add a second device and how exactly? Or is AWS root account MFA bind to one (virtual) device?

like image 291
Ion Avatar asked Nov 01 '13 08:11

Ion


People also ask

What is the maximum number default of MFA devices in use per AWS account?

Get an MFA device such as one of the following. You can enable only one MFA device per AWS account root user or IAM user.

How do I transfer my AWS MFA to my new phone?

For a virtual MFA device, remove the account from your device. Then go to the AWS Security Credentials page and delete the old MFA virtual device entity before you create a new one. For a FIDO security key, go to the AWS Security Credentials page and deactivate the old FIDO security key before enabling a new one.


1 Answers

You can only have one MFA device tied to your root account. You would need to setup a separate IAM user account for your separate device.

From the FAQ:

Q. Can I have multiple authentication devices active for my AWS account? Yes. Each IAM user can have its own authentication device. However, each identity (IAM user or root account) can be associated with only one authentication device.

Update: So while it's not officially supported, here is one guy who claims he was able to register Google Authenticator on two devices by doing both at the exact same time with the same QR code. Granted he's not doing this with AWS, but it could be worth a try.

https://www.quora.com/Can-Google-Authenticator-be-used-on-multiple-devices

Update 2: I've started using Authy for MFA rather than Google Authenticator. One of the cool things Authy now supports is multi-devices for all your MFA tokens. I currently have my phone and my tablet setup with access to my AWS account using Authy Multi Device.

http://blog.authy.com/multi-device

like image 126
jszobody Avatar answered Sep 19 '22 23:09

jszobody