0 votes
in AWS Access Management by
How do I provision a new virtual MFA device?

1 Answer

0 votes
by

You can configure a new virtual MFA device in the IAM console for your IAM users as well as for your AWS root account. You can also use the aws iam create-virtual-mfa-device command in the AWS CLI or the CreateVirtualMFADevice API to provision new virtual MFA devices under your account. The aws iam create-virtual-mfa-device and the CreateVirtualMFADevice API return the required configuration information, called a seed, to configure the virtual MFA device in your AWS MFA compatible application. You can either grant your IAM users the permissions to call this API directly or perform the initial provisioning for them.

Related questions

+1 vote
asked Oct 24, 2021 in AWS Access Management by Robin
0 votes
asked Sep 13, 2021 in AWS Access Management by rajeshsharma
...