Decode AWS Console Error Message

https://aws.amazon.com/premiumsupport/knowledge-center/ec2-not-auth-launch/ Resolution 1. Verify that the AWS CLI is installed and configured on your machine with the following command: $ aws –version Note: If you receive errors when running AWS …

Query Tailscale Logs via API

See documentation here: https://tailscale.com/kb/1203/audit-logging/ $ curl -u tskey-api-1234567890123456789012345678901234567890123456: -X GET "https://api.tailscale.com/api/v2/tailnet/aimsparking.com/logs?start=2023-01-01T00:00:00Z&end=2023-01-31T00:00:00Z" Returned Results {     "version": "1.1",     "tailnetId": "itsmetor.com",     "logs": [{         …