1. AWS SigV4 RequestTimeTooSkewed Diagnosis
Cloud Infrastructure EngineerBackground
A batch worker running on an unsynchronized VM fails when calling an internal API Gateway endpoint using AWS SigV4 authentication.
Problem
Determine why requests fail and calculate the exact drift between the VM clock and the API Gateway server time.
How to use
Paste the failing raw HTTP request, set mode to 'analyze', and input the captured server Date header and local arrival time.
mode: analyze
capturedServerDate: Thu, 01 Jan 2026 00:16:00 GMT
capturedReceivedAt: Thu, 01 Jan 2026 00:00:10 GMTOutcome
Identifies a +950-second drift exceeding the 900-second AWS tolerance window and generates a corrected curl command with updated timestamps.