コマンドオプションサンプル:aws iam resync-mfa-device

コマンドサンプルを検索した結果です。

指定されたMFAデバイスをAWSサーバー上のIAMリソースオブジェクトと同期させます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/resync-mfa-device.html

aws iam resync-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice --authentication-code-1 123456 --authentication-code-2 987654
    resync-mfa-device — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/resync-mfa-device.html
aws iam resync-mfa-device --profile
    mfaデバイスの同期をcliでする : http://qiita.com/smallpalace/items/cd66eae16b13fae68e36
aws iam resync-mfa-device --user-name Bob --serial-number
    AWS Identity and Access Management User Guide : http://studylib.net/doc/8360964/aws-identity-and-access-management-user-guide

aws のオプション一覧