AWS - Identity and Access Management
Given this AWS CLI command sequence, what will be the output status of the MFA device for user
bob?
aws iam create-virtual-mfa-device --virtual-mfa-device-name bob-mfa --outfile /tmp/bob-mfa.png aws iam enable-mfa-device --user-name bob --serial-number arn:aws:iam::123456789012:mfa/bob-mfa --authentication-code1 123456 --authentication-code2 654321 aws iam list-mfa-devices --user-name bob
