
enable-mfa-device
*****************


DESCRIPTION
===========

Enables the specified MFA device and associates it with the specified
user name. When enabled, the MFA device is required for every
subsequent login by the user name associated with the device.


SYNOPSIS
========

   aws iam enable-mfa-device
     --user-name <value>
     --authentication-code-1 <value>
     --serial-number <value>
     --authentication-code-2 <value>


REQUIRED PARAMETERS
===================

"--user-name"  (string)
   Name of the user for whom you want to enable the MFA device.

"--authentication-code-1"  (string)
   An authentication code emitted by the device.

"--serial-number"  (string)
   The serial number that uniquely identifies the MFA device. For
   virtual MFA devices, the serial number is the device ARN.

"--authentication-code-2"  (string)
   A subsequent authentication code emitted by the device.


OPTIONAL PARAMETERS
===================

None
