How Bespoke Software Can Dramatically Reduce Your Cloud Storage Costs
Off-the-shelf software stores all your data in the most expensive cloud storage tier because it has no choice. Bespoke software knows your data lifecycle — and routes it accordingly. The savings compound year after year.

Key Takeaways
- 1Off-the-shelf software stores all your data in S3 Standard — the most expensive tier — because it cannot predict which files you might need at any moment.
- 2AWS offers storage classes ranging from $0.023/GB/month (Standard) down to $0.00099/GB/month (Glacier Deep Archive) — a 23x price difference.
- 3A bespoke system knows your data lifecycle: active files today, infrequent access in a year, compliance-only archives after five years. It routes data to the right tier automatically.
- 4For a business with 1 TB of data, intelligent tiering can reduce storage costs from ~$23/month to ~$6.50/month — saving over $2,000/year at 10 TB scale.
- 5S3 Lifecycle policies handle tiering automatically. Once built, the cost savings compound year after year with zero ongoing effort.
When businesses adopt off-the-shelf software, buried in that subscription is an assumption: that every byte of your data needs to be instantly accessible. That assumption is costing you money.
Why Off-the-Shelf Software Pays the Premium Storage Price
Most cloud-based software stores your data in AWS S3 Standard — designed for data you need right now. Price: ~$0.023/GB/month in Asia Pacific. A business with 1 TB pays ~$23/month just for storage ($276/year).
The reason vendors keep everything in Standard: they serve thousands of customers and cannot predict who might need which file at any moment. So they pay the Standard rate — for everything. And you pay them for it. These costs pile up quickly — for a deeper look at the real cost of off-the-shelf vs custom software over three to five years, the numbers are often surprising.
The Storage Tiers Most Businesses Never See
AWS offers storage classes with dramatically different pricing:
S3 Standard: ~$0.023/GB/month. Active data, millisecond retrieval.
S3 Intelligent-Tiering: Auto-shifts between ~$0.023 (frequent) and ~$0.0125 (infrequent) based on access patterns.
S3 Standard-Infrequent Access: ~$0.0138/GB/month. Occasional access, same fast retrieval.
S3 Glacier Instant Retrieval: ~$0.004/GB/month. Quarterly access, millisecond retrieval.
S3 Glacier Flexible Retrieval: ~$0.0036/GB/month. Minutes to hours.
S3 Glacier Deep Archive: ~$0.00099/GB/month. Up to 12 hours. Compliance holds.
That is a 23x price difference between Standard and Deep Archive. Does your software take advantage of it? Almost certainly not.
The Bespoke Advantage: Knowing What You Actually Use
A bespoke system is built around your business — your workflows, your data, your data lifecycle. Storage logic can reflect reality, not worst-case assumptions.
Example: A professional services firm with 1 TB over three years.
Off-the-shelf: All 1 TB in S3 Standard. Monthly cost: ~$23.
Bespoke — after analysing actual usage:
Active client files (current quarter): 50 GB | S3 Standard | ~$1.15/month
Completed projects (1–2 yrs): 200 GB | S3 Infrequent Access | ~$2.76/month
Historical archives (2+ yrs): 700 GB | S3 Glacier Flexible | ~$2.52/month
Compliance records (7+ yr hold): 50 GB | S3 Glacier Deep Archive | ~$0.05/month
Total: 1 TB | ~$6.48/month
Monthly saving: ~$16.52. Annual saving: ~$198 on 1 TB. Scale to 10 TB: $2,000+ annually — automatically, with no ongoing effort.
How the Process Actually Works
1. Data lifecycle mapping. Before writing code, map what data your business creates, how long it is actively used, when it becomes reference material, and what must be retained for compliance.
2. Access pattern analysis. Existing systems can be analysed for historical access logs. New builds get instrumentation from day one.
3. Automated tiering policies. S3 Lifecycle policies move objects between tiers as they age. A document sits in Standard today, moves to Infrequent Access after 90 days of no access, transitions to Glacier after two years. Automatic. Invisible.
4. Smart retrieval handling. When a user requests an archived file, the system handles it gracefully. Most users do not need an archive document in under a second — a two-minute wait is fine if the system costs a fraction of the alternative.
5. Cost monitoring. Storage dashboards built in from day one. Broken down by tier, project, or client. No surprises on the AWS bill.
Understanding the full cost picture — build, hosting, and infrastructure — is covered in detail in our guide to how much custom software costs in New Zealand.
The Compliance Angle
Many businesses hold data because they are legally required to, not because they want to. Off-the-shelf software keeps all compliance-only records in Standard tier because it has no way to distinguish active files from mandatory-hold dead weight.
A bespoke system knows exactly which records are in compliance-only retention. They go straight to Glacier Deep Archive at ~$0.001/GB, with a clean retrieval workflow if an auditor ever needs them. For a full breakdown of your obligations under NZ data retention law, see our guide to the NZ Privacy Act 2020 and what it means for your business software.
It Is Not Just Storage
The same principle applies across cloud infrastructure. Generic software assumes the worst. Bespoke software is built around what is actually true — compute scales with your actual traffic, APIs send only what is needed, database schemas are optimised for your actual queries. If you want to understand how database design affects performance and cost, see understanding databases without the jargon. The pattern is always the same.
If your business pays for cloud-based software that stores significant data — documents, client records, media files, historical reports — there is a reasonable chance you are paying two to ten times more for storage than you need to. The saving will not always be the primary justification for a bespoke build. But it is a real, ongoing, compounding benefit that gets more significant as your data grows. And unlike most cost savings, this one requires zero ongoing effort once it is built. And if you have been putting off custom software because of perceived cost, it is worth knowing that custom software now costs 95% less than it did a decade ago.
Quick Questions
Will I lose access to archived data?
No. Glacier Instant Retrieval delivers data in milliseconds. Glacier Flexible Retrieval takes minutes to hours. For compliance archives you rarely touch, a short wait is a reasonable trade-off for an 85% cost reduction.
Does this apply to NZ businesses specifically?
Yes — AWS ap-southeast-2 (Sydney) is the typical region for NZ-based applications. Pricing is similar across regions. The lifecycle logic works the same regardless of where your data is stored.
What types of data benefit most from tiering?
Historical client records, completed project files, signed contracts, compliance documents, old invoices, and anything subject to mandatory retention periods. Active working files stay in Standard — only dormant data gets tiered down.
Is there a retrieval cost?
Yes — Glacier tiers charge a small per-GB retrieval fee (typically $0.01–$0.03/GB). For rarely accessed archives, the storage saving far outweighs the occasional retrieval cost.
Other Articles You May Like

Is Your Bespoke Software Secure? Common Pitfalls and How to Fix Them

Custom Software vs Off-the-Shelf: A Decision Guide for NZ Small Businesses
