Setup: Bedrock Access
Enable model access
Verify access
aws bedrock-runtime invoke-model \
--model-id "MODEL_ID" \
--content-type "application/json" \
--accept "application/json" \
--body '{"anthropic_version":"bedrock-2023-05-31","max_tokens":64,"messages":[{"role":"user","content":"Say hello."}]}' \
/dev/stdoutCross-Region Inference
Region availability
Troubleshooting
Symptom
Cause
Fix
Last updated