Difference between revisions of "ExpiredToken"
Jump to navigation
Jump to search
(Removed redirect to An error occurred (ExpiredToken) when calling the ListBuckets operation: The provided token has expired.) Tag: Removed redirect |
|||
Line 16: | Line 16: | ||
== Related == | == Related == | ||
+ | * <code>[[~/.aws/config]]</code> | ||
+ | |||
* <code>[[aws sts get-session-token --serial-number]] arn:aws:iam::62405745487395:mfa/yourname --token-code 123456</code> | * <code>[[aws sts get-session-token --serial-number]] arn:aws:iam::62405745487395:mfa/yourname --token-code 123456</code> | ||
* <code>[[aws-sts-get-session-token script]]</code> | * <code>[[aws-sts-get-session-token script]]</code> |
Revision as of 05:14, 13 February 2024
aws s3 ls An error occurred (ExpiredToken) when calling the ListBuckets operation: The provided token has expired.
aws sts get-session-token An error occurred (ExpiredToken) when calling the GetSessionToken operation: The security token included in the request is expired
An error occurred (ExpiredToken) when calling the XXX operation: The provided token has expired.
An error occurred (ExpiredToken) when calling the ListVirtualMFADevices operation: The security token included in the request is expired
An error occurred (ExpiredToken) when calling the GetAccountSummary operation: The security token included in the request is expired
eksctl get cluster .../... error StatusCode: 403, RequestID: .../..., api error ExpiredToken: The security token included in the request is expired
Related
aws sts get-session-token --serial-number arn:aws:iam::62405745487395:mfa/yourname --token-code 123456
aws-sts-get-session-token script
AWS_SESSION_TOKEN
aws configure set aws_session_token
--profile
Error when retrieving token from sso: Token has expired and refresh failed
See also
Advertising: