Difference between revisions of "ExpiredToken"

From wikieduonline
Jump to navigation Jump to search
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

See also

Advertising: