{ "_comment": "Copy this file per internal service. Replace every below, then delete this _comment field (it's ignored by loadcannon but kept here so it doesn't get run by accident).", "name": "", "target": { "type": "internal", "url": "https://", "host_override": "", "insecure_skip_verify": false }, "auth": { "mode": "bearer", "header": "Authorization", "prefix": "Bearer ", "token_source": "ssm", "token_ref": "//loadtest/-token" }, "scenarios": [ { "name": "", "method": "GET", "path": "/", "weight": 1, "expect_status": 200 } ], "load": { "stages": [ { "duration": "30s", "target": 20 }, { "duration": "1m", "target": 50 }, { "duration": "30s", "target": 0 } ] }, "thresholds": { "http_req_duration": "p(95)<500", "http_req_failed": "rate<0.01" } }