devsecops / bootcamp

A open contribute bootcamp to develop DevSecOps skills...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Signature Expired" Error Message When Using AWS STS Command

Scoggin opened this issue · comments

When using STS to assume the control account control I experienced the following error:

A client error (SignatureDoesNotMatch) occurred when calling the AssumeRole operation: Signature expired: 20160609T184512Z is now earlier than 20160610T013008Z (20160610T014508Z - 15 min.)

This is resulting from having the local time discrepant by 15 or more minutes.

This is resolved by syncing your local system time to that of the server

@Scoggin Thank you for tracking this issue.