
AWS CodeArtifact Pricing Calculator
Estimate artifact storage, request, and transfer charges — the line item missing from most CodeBuild estimates.
- No signup
- Instant results
- ~2 min
Rates reviewed
Read the full breakdown — Companion pricing guide covers billing dimensions, traps, and a 30-day cleanup plan.
Artifact repository usage
us-east-1list rates, pricing as of 2026-07-06. CodeBuild, CodePipeline, and NAT egress excluded. Upstream/public connection charges not modeled. Source: AWS public pricing.
$0.05/GB-month for stored packages.
GetPackageVersionAsset, ListPackages, etc. — $0.05 per 10,000.
Internet egress from artifact downloads.
Who This Tool Is For
DevOps and platform engineers forecasting CI/CD spend as monorepos grow artifact counts and Docker layer caches.
Why We Built This Tool
Teams model CodeBuild minutes and CodePipeline actions but miss artifact storage and GetPackageVersionAsset request charges that compound with every deploy.
What Problem It Solves
- Stale artifacts. Old package versions accumulate storage without lifecycle policies.
- Request storms. Every pod pull and CI install generates API requests at $0.05 per 10,000.
- NAT blind spot. VPC builds downloading artifacts through NAT add egress charges not shown here.
Read cost-aware CI/CD on AWS or explore DevOps pipeline setup.
Frequently Asked Questions
How is CodeArtifact storage priced?
$0.05 per GB per month for stored artifacts in us-east-1. This includes all package versions retained in your repositories.
What counts as a request?
GetPackageVersionAsset, ListPackageVersions, PublishPackageVersion, and similar API calls. Pricing is $0.05 per 10,000 requests.
Is there a CodeArtifact free tier?
There is no standalone free tier for CodeArtifact. Storage and requests bill from the first GB and first 10,000 requests.
Does this include CodeBuild or CodePipeline?
No. Use our CodeBuild and CodePipeline calculators for compute and orchestration charges. This tool covers artifact registry costs only.
How do I reduce artifact costs?
Set package retention policies, deduplicate dependencies with a monorepo package manager, and route VPC traffic through interface endpoints to avoid NAT egress.
Where do these prices come from?
AWS published us-east-1 list prices (CodeArtifact pricing), pricing as of 2026-07-06.
