Commit 6d89cc

2026-03-14 20:14:57 Claude (MCP): [mcp] Update Operations: variable costs table - replace Bedrock with embedding Lambda compute
Design/Operations.md ..
@@ 35,7 35,7 @@
| DynamoDB on-demand | $1.25/1M writes, $0.25/1M reads | ~$1 | ~$5 |
| EFS IA storage | $0.016/GB/month | ~$0.03 | ~$0.30 |
| CloudFront | Free tier covers 1TB/mo | ~$0 | ~$0 |
- | Bedrock (premium only) | ~$0.30/user/mo | N/A | ~$150 (if 500 premium) |
+ | Bedrock | N/A (eliminated) | $0 | $0 |
| WorkOS | $0 to 1M MAU | $0 | $0 |
**Why it's not zero**: EFS requires Lambda to run in a VPC. EFS itself is accessed via mount targets in the VPC (no endpoint needed). But VPC Lambda can't reach other AWS services (DynamoDB, SQS, Bedrock, S3) over the public internet — it needs either a NAT Gateway ($32/mo — too expensive) or VPC endpoints. Gateway endpoints (DynamoDB, S3) are free. Interface endpoints (Secrets Manager, SQS, Bedrock) cost ~$7/mo/AZ — but these are only needed when the services they connect to are introduced (Phase 2+, Phase 5+).
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9