AWS Bedrock + Claude
Stays in your AWS account. PrivateLink-eligible. BAA-eligible.
- 1 Developer machineCLI, skills, agents, hooks, local UI
- 2 Pre-prompt hookRedacts secrets + sensitivity-tagged content
- 3 AWS PrivateLinkOptional — keeps prompt traffic on AWS backbone
- 4 Bedrock Claude Opus 4.7Returns model output
- 5 Run-manifest signingSigns (model, endpoint, opt-out flag, hashes) into fastpace/manifests/
- 6 Audit log + repoHash-chained entries land in fastpace/audit.log
# fastpace.config.yaml
runtimes:
allowed:
- bedrock-claude-opus-4.7
bedrock:
region: us-east-1
profile: fastpace-bedrock
require_training_opt_out: true
require_privatelink: false # set true if you've stood up the VPCE
hooks:
prompt_redactor:
enabled: true
audit_logger:
enabled: true
hash_chain: true region to your jurisdiction (us-east, us-west, eu-central-1, ap-northeast-1). PrivateLink keeps even the prompt-to-Bedrock leg on AWS backbone.fastpace snapshot --since YYYY-MM-DD packages run manifests + audit.log + ADRs. Hand to auditor as the change-management evidence pack.