Difference between revisions of "ExpiredToken"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== Related == | == Related == | ||
* <code>[[~/.aws/config]]</code> | * <code>[[~/.aws/config]]</code> | ||
+ | * <code>[[awsapps.com/start]]</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> |
Latest 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[edit]
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[edit]
Advertising: