devsecops / bootcamp

A open contribute bootcamp to develop DevSecOps skills...
Apache License 2.0
710 stars 353 forks source link

"Signature Expired" Error Message When Using AWS STS Command #101

Closed Scoggin closed 8 years ago

Scoggin commented 8 years ago

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.

Scoggin commented 8 years ago

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

pbnj commented 8 years ago

@Scoggin Thank you for tracking this issue.