You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/s3_iam_role_mfa.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Configure a user in AWS IAM that is required to use MFA to connect to S3
14
14
aws_secret_access_key=…
15
15
```
16
16
17
-
3. Assign a MFA device to the user in _Multi-factor authentication (MFA)_. Copy the MFA ARN to the `<S3-ROLE-NAME>` profile in `~/.aws/credentials`.
17
+
3. Assign a MFA device to the user in _Multi-factor authentication (MFA)_. Reference the MFA ARN as the value for the `mfa_serial` parameter in the `<S3-ROLE-NAME>` profile in `~/.aws/credentials`.
18
18
19
19
:::{tip}
20
20
To allow entering the code in Cyberduck or Mountain Duck when connecting, make sure to choose _Authenticator app_ or _Hardware TOTP token_ as a MFA device. Using Passkey MFA does not allow getting a numeric MFA code.
0 commit comments