Back to HomeTencent Cloud

Tencent Cloud Pricing Guide: Billing Methods, Cost Estimation, Money-Saving Tips [2025]

9 min min read
#Tencent Cloud#Pricing#Costs#Cost Optimization#Money Saving

Tencent Cloud Pricing Guide: Billing Methods, Cost Estimation, Money-Saving Tips [2025]

Tencent Cloud Pricing Guide: Billing Methods, Cost Estimation, Money-Saving Tips [2025]

What's the biggest fear with cloud services?

Bill overruns.

This article helps you understand Tencent Cloud's billing logic, learn to estimate costs, and avoid shocking bills at month's end. If you're not familiar with Tencent Cloud yet, recommend reading Tencent Cloud Complete Guide first.

Tencent Cloud Billing Methods

Tencent Cloud has two main billing methods:

1. Pay-as-you-go

Pay for what you use, billed hourly.

Features:

  • Flexible, can stop anytime
  • No upfront payment
  • Higher unit price

Suitable for:

  • Test environments
  • Applications with unstable traffic
  • Short-term projects

Example: Running a 2-core 4GB CVM, pay-as-you-go is about $0.06/hour. Running full 720 hours per month = $43.2

2. Monthly/Annual Subscription

Prepaid, similar to a lease.

Features:

  • 30-50% cheaper than pay-as-you-go
  • Need to estimate usage
  • Has contract period

Suitable for:

  • Production environments
  • Long-term stable applications
  • Predictable workloads

Example: Same 2-core 4GB CVM, monthly subscription about $35/month. Saves $8.2/month compared to pay-as-you-go (about 19%)


Main Service Prices

Compute Services: CVM

SpecsPay-as-you-goMonthlyAnnual (per month)
1 Core 1GB$0.02/hr$12/month$10/month
2 Core 4GB$0.06/hr$35/month$28/month
4 Core 8GB$0.12/hr$70/month$56/month
8 Core 16GB$0.24/hr$140/month$112/month

Using Hong Kong data center as example, prices for reference only

Hidden Cost Notes:

  • Public IP fee: $0.02/hour
  • Traffic fee: $0.08/GB (outbound)
  • Data disks beyond system disk

Storage Services: COS

Storage TypeStorage FeeRequest FeeTraffic Fee
Standard Storage$0.02/GB/month$0.002/10k requests$0.08/GB
Infrequent Access$0.01/GB/month$0.01/10k requests$0.08/GB
Archive Storage$0.005/GB/month$0.1/10k requestsNeeds retrieval

Common Misconception: Many people only look at storage fees and forget request and traffic fees.

If your files are downloaded frequently, traffic fees may be higher than storage fees.

Network Services: EdgeOne

PlanMonthly FeeIncluded TrafficOverage Price
Personal$20100GB$0.08/GB
Basic$60500GB$0.06/GB
Standard$1802TB$0.05/GB

Note: EdgeOne uses subscription pricing with minimum monthly fees. For detailed review, see Tencent Cloud EdgeOne CDN Review.

Database Services

DatabaseSpecsMonthly Fee (approx.)
MySQL1 Core 1GB$15
MySQL2 Core 4GB$45
Redis1GB$20
MongoDB2 Core 4GB$50

Database services are usually one of the biggest items on cloud bills, pay special attention.

Common Hidden Costs

These fees are easily overlooked but can add up significantly.

1. Traffic Fees

This is the most commonly overlooked cost.

What generates traffic fees:

  • CVM outbound data transfer
  • COS file downloads
  • Cross-region data transfer

Fee Range: $0.05-0.12/GB (varies by region)

Money-Saving Tips:

  • Use CDN to reduce origin traffic
  • Internal services use internal IPs
  • Choose services in the same region

2. Snapshot Fees

Automatic system backups generate snapshot fees.

Fee: $0.02/GB/month

Many people forget to turn off automatic snapshots after creating CVM, silently charged every month.

Money-Saving Tips:

  • Check snapshot settings
  • Delete unnecessary old snapshots
  • Adjust backup frequency

3. Idle Resources

The biggest waste is usually idle resources:

  • Test machines forgotten to shut down
  • Unused public IPs
  • Empty database instances

Money-Saving Tips:

  • Regularly check resource utilization
  • Set low utilization alerts
  • Delete dev/test environments when done

4. Cross-Region Transfer

Transferring data between different regions incurs fees.

For example: CVM in Hong Kong reading COS in Singapore generates cross-region transfer fees.

Money-Saving Tips:

  • Put related services in the same region
  • Avoid frequent cross-region data access

Cost Estimation Methods

Method 1: Use Official Calculator

Tencent Cloud provides a pricing calculator.

  1. Go to Tencent Cloud website
  2. Find "Pricing"
  3. Select service
  4. Enter specs and usage
  5. Calculate price

Method 2: Estimate from Requirements

Steps:

  1. List needed services
  2. Estimate spec requirements
  3. Estimate usage
  4. Look up unit prices
  5. Calculate total
  6. Add 20% buffer

Example Estimate:

ServiceSpecs/UsageMonthly Estimate
CVM2 Core 4GB x 1$35
COS100GB storage$2
MySQL1 Core 1GB$15
Traffic50GB$4
Subtotal$56
+20% buffer$67

Method 3: Extrapolate from Existing Bills

If you're already using other clouds, you can reference existing bills.

Tencent Cloud prices are usually similar to Alibaba Cloud, about 20-30% cheaper than AWS.

Five Money-Saving Tips

Tip 1: Choose the Right Billing Method

Rule:

  • Machines running over 50% of time → Monthly/Annual subscription
  • Occasionally used machines → Pay-as-you-go
  • Highly variable traffic → Pay-as-you-go

Example: Production CVM choose annual subscription, saves 30-50% vs pay-as-you-go.

Tip 2: Use Reserved Resource Discounts

Tencent Cloud long-term contracts have additional discounts.

TermDiscount (approx.)
1 monthStandard price
6 months15% off
1 year25% off
3 years40% off

If you're sure about long-term use, annual or multi-year subscriptions can save a lot.

Tip 3: Regularly Clean Up Idle Resources

Spend 30 minutes each month checking:

  • Any idle CVMs
  • Any unused public IPs
  • Any expired snapshots
  • Any empty database instances

This habit can save 10-30% each month.

Tip 4: Use Free Credits and Promotions

Tencent Cloud often has:

  • New user trial credits
  • Holiday event discounts
  • Limited-time promotions

Tips:

  • Subscribe to official promotion notifications
  • Check for events before large purchases
  • Consider using new accounts for new projects to get new user offers

Tip 5: Choose the Right Data Center

Different data centers have different prices.

Usually:

  • Hong Kong slightly more expensive than Singapore
  • Popular regions slightly more expensive than less popular ones

If you have no specific data center requirements, compare prices across different regions.


Bill Management Best Practices

Set Budget Alerts

  1. Go to Billing Center
  2. Set monthly budget
  3. Set alert thresholds (e.g., 50%, 80%, 100%)
  4. Choose notification method

You'll receive alerts when spending approaches budget.

Regularly Check Bills

Recommend a quick look each week:

  • How much spent this week
  • Which services are main spending
  • Any abnormal growth

Use Tag Management

Tag resources for easy cost tracking.

For example:

  • Project tag: project:web-app
  • Environment tag: env:production
  • Team tag: team:backend

This allows analyzing costs per project/environment/team.

Set Spending Limits

Some services support spending limits, stopping service when exceeded.

Suitable for test environments to avoid overspending from forgotten machines.

Price Comparison: Tencent Cloud vs Other Platforms

Tencent Cloud vs Alibaba Cloud

ItemTencent CloudAlibaba Cloud
CVM/ECS (2 Core 4GB)$35/month$40/month
Object Storage$0.02/GB$0.02/GB
CDN TrafficFrom $0.05/GBFrom $0.05/GB

Conclusion: Tencent Cloud compute services are slightly cheaper, others are similar. For complete comparison, see Tencent Cloud vs Alibaba Cloud Complete Comparison.

Tencent Cloud vs AWS

ItemTencent CloudAWS
CVM/EC2 (2 Core 4GB)$35/month$50/month
Object Storage$0.02/GB$0.023/GB
CDN TrafficFrom $0.05/GB$0.085/GB

Conclusion: Tencent Cloud is about 20-30% cheaper than AWS.

When is the Price Advantage More Obvious?

  1. Compute-intensive: Tencent Cloud compute services have big price advantage
  2. High traffic: Tencent Cloud traffic fees are cheaper
  3. Long-term use: Annual subscription discounts are significant

FAQ

Q1: What's the minimum spend on Tencent Cloud?

Theoretically you can only use free credits, spending $0.

But for actual use, minimum spend is about:

  • Smallest spec CVM: $12/month
  • Plus traffic, storage: $15-20/month

Q2: What to do about bill overruns?

  1. First stop unnecessary services
  2. Check source of abnormal spending
  3. Set budget alerts to prevent recurrence
  4. If caused by configuration error, try contacting support to negotiate

Q3: Can I set spending limits?

Some services can.

For example, COS can set traffic quotas, stopping service when exceeded.

But core services like CVM usually can't auto-stop (to avoid affecting business).

Q4: How to get invoices?

International site can download electronic invoices from Billing Center.

Taiwan users needing uniform invoices need to separately request from customer service.

Q5: What's the refund policy?

  • Pay-as-you-go: Pay for what you use, no refunds involved
  • Monthly/Annual: Partial refunds possible in some cases (minus used portion), but with handling fees

Specifics subject to official policy.


Summary

Keys to controlling cloud costs:

  1. Understand Billing Methods: Choosing the right plan can save 30-50%
  2. Watch Hidden Costs: Traffic, snapshots, idle resources
  3. Regularly Check Bills: Catch anomalies early
  4. Use Promotions: New user credits, holiday events
  5. Build Habits: Weekly checks, monthly cleanup

Cloud cost management isn't hard, but requires continuous attention.

Ready to start using Tencent Cloud? See Tencent Cloud International Registration Tutorial.


Can't understand your bills? Not sure if you're overspending? Schedule Free Bill Health Check, we'll analyze your bills and find savings opportunities.


How CloudInsight Can Help You

  • Bill Analysis: Detailed analysis of every charge
  • Optimization Recommendations: Find areas to save money
  • Architecture Adjustments: Achieve same results with cheaper methods
  • Continuous Monitoring: Monthly cost change tracking

Further Reading

Schedule Free Bill Health Check, Start Saving


References

  1. Tencent Cloud Pricing - https://intl.cloud.tencent.com/pricing
  2. Tencent Cloud Billing Center Documentation
  3. AWS Pricing - https://aws.amazon.com/pricing
  4. Alibaba Cloud Pricing - https://www.alibabacloud.com/pricing

Need Professional Cloud Advice?

Whether you're evaluating cloud platforms, optimizing existing architecture, or looking for cost-saving solutions, we can help

Book Free Consultation

Related Articles