Deploy air-gapped¶
Stub for SPEC-38.8. Substantial content lands in a follow-up batch.
The pattern, in shorthand:
- Mirror
ghcr.io/efterlev/efterlev:vX.Y.Zinto your private registry. - Configure Bedrock backend (SPEC-10) with a VPC endpoint so all LLM traffic stays inside your boundary.
- Block egress to
anthropic.comat the security-group level; verify the Bedrock-only path works. - Block egress to
pypi.organdghcr.iopost-deployment; the running container has everything it needs.
True air-gap (no internet at all, including for AWS API calls to a public Bedrock endpoint) requires a local LLM backend; that's v1.5+ work. For the realistic GovCloud-style "boundary-isolated" deployment, the GovCloud deploy tutorial is the canonical reference.