Skip to content

Commit 7662761

Browse files
committed
docs(readme): Update cost estimation with detailed pricing breakdown
- Enhance cost estimation section with granular pricing details - Break down costs by service category (Authentication, Runtime, Frontend, etc.) - Add region-specific pricing for US East (N. Virginia) - Include free tier and post-free tier pricing for key services - Provide more accurate monthly cost range for typical demo usage - Add note about cost scaling for production workloads - Improve readability and transparency of cost estimation Provides clearer, more comprehensive cost breakdown for potential users and developers interested in AgentCore deployment costs.
1 parent 1560e4d commit 7662761

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

README.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -544,24 +544,40 @@ AgentCore natively supports ARM64 architecture, providing better performance and
544544

545545
## Cost Estimate
546546

547-
Approximate monthly costs:
548-
- **Cognito**: Free for first 50,000 MAUs (Monthly Active Users)
549-
- **AgentCore Runtime**: $0.10 per hour active + $0.000008 per request
550-
- **Bedrock Model Usage**: Pay-per-token (varies by model, ~$0.003 per 1K input tokens for Claude Sonnet)
551-
- **Lambda**: Free tier covers most demos ($0.20 per 1M requests after free tier)
552-
- **API Gateway**: $3.50 per million requests
553-
- **CloudFront**: $0.085 per GB + $0.01 per 10,000 requests
554-
- **S3**: $0.023 per GB-month (negligible for static hosting)
555-
- **ECR**: $0.10 per GB-month for container image storage
556-
- **CodeBuild**: $0.005 per build minute (ARM64) - only during deployments
557-
- **CloudWatch Logs**: $0.50 per GB ingested + $0.03 per GB stored
547+
Approximate monthly costs for US East (N. Virginia) region:
548+
549+
**Authentication & User Management:**
550+
- **Cognito**: Free for first 10,000 MAUs (Monthly Active Users), then $0.015 per MAU. This demo uses email/password authentication (no SAML/OIDC federation)
551+
552+
**Agent Runtime & Compute:**
553+
- **AgentCore Runtime**: Consumption-based pricing - $0.0895 per vCPU-hour + $0.00945 per GB-hour (only charged for active processing time, I/O wait is free)
554+
- **Bedrock Model (Claude Haiku 4.5)**: $0.0008 per 1K input tokens + $0.0016 per 1K output tokens (on-demand pricing)
555+
- **Lambda (Waiter Function)**: Free tier covers 1M requests/month + 400,000 GB-seconds/month. After free tier: $0.20 per 1M requests + $0.0000166667 per GB-second
556+
557+
**Frontend & Content Delivery:**
558+
- **CloudFront**: Always free tier includes 1 TB data transfer out/month + 10M HTTP/HTTPS requests/month. After free tier: $0.085 per GB (next 9 TB) + $0.01 per 10,000 HTTPS requests
559+
- **S3 (Static Hosting)**: $0.023 per GB-month storage + $0.0004 per 1,000 GET requests (negligible for static sites)
560+
561+
**Container Build & Storage:**
562+
- **ECR**: Free tier: 500 MB/month for 12 months (new customers). After free tier: $0.10 per GB-month for private repository storage
563+
- **CodeBuild (ARM64)**: Free tier: 100 build minutes/month. After free tier: $0.005 per build minute (only charged during deployments, ~5-10 minutes per deployment)
564+
565+
**Monitoring & Logs:**
566+
- **CloudWatch Logs**: $0.50 per GB ingested + $0.03 per GB stored (first 5 GB ingestion free)
567+
568+
**Infrastructure (No Cost):**
558569
- **CloudFormation**: Free for stack operations
559570
- **IAM**: Free
560571

561-
**Typical demo cost**: $5-15/month with light usage
562-
- AgentCore runtime (~$7/month if active 1 hour/day)
563-
- Bedrock model calls (~$1-5/month depending on usage)
564-
- Other services mostly covered by free tiers
572+
**Typical demo cost**: $3-10/month with light usage (100-500 requests/month)
573+
- AgentCore Runtime: ~$0.50-2/month (assuming 30-60 seconds per request, 1 vCPU, 2 GB memory)
574+
- Bedrock Model: ~$0.50-3/month (depends on prompt/response length)
575+
- CloudFront, S3, Lambda: Covered by free tiers for light usage
576+
- ECR: ~$0.10/month (container image ~1 GB)
577+
- CloudWatch Logs: ~$0.50-1/month
578+
- Other services: Free or negligible
579+
580+
**Note**: Costs scale with usage. High-volume production workloads will incur higher costs, especially for AgentCore Runtime and Bedrock model invocations.
565581

566582
## Customizing the UI
567583

0 commit comments

Comments
 (0)