ApsaraDB for MongoDB tracks backup storage separately from instance storage. Backup storage is the combined size of all full backup and log backup files. Each instance includes a free quota — storage beyond that quota is billed on a pay-as-you-go basis.
Billing
The free quota depends on your instance's disk type:
| Disk type | Free quota |
|---|---|
| Cloud disk | 200% of instance storage capacity |
| Local disk | 50% of instance storage capacity |
Storage that exceeds the free quota is charged on a pay-as-you-go basis. For pricing details, see the Pricing tab of the ApsaraDB for MongoDB buy page.
Example: An instance with 100 GB of cloud disk storage has a free backup quota of 200 GB. If the total size of full backup and log backup files reaches 250 GB, you are billed for the 50 GB overage.
View backup storage in the console
Go to the Replica Set Instances or Sharded Cluster Instances page. In the top navigation bar, select the region where the instance resides. Find the instance and click its ID.
In the left-side navigation pane, click Backup and Restoration.
In the upper-left corner of the backup list, check the Backup Storage details — used storage and free quota are both shown there.
For standalone or replica set instances, you can also find backup storage details in the Backup Storage field under the Specification Information section on the Basic Information page. This field shows the storage used by full backup and log backup files, along with the free quota.
FAQ
How do I view the fees charged for backup storage?
Go to the Bill Details page and click the Billing Details tab. Look for the Backup Storage Size billable item.
API reference
| Operation | Description |
|---|---|
| DescribeBackups | Queries the backup sets of an ApsaraDB for MongoDB instance. |
| DescribeClusterBackups | Queries the backup sets of an ApsaraDB for MongoDB sharded cluster instance that uses cloud disks. |
| DescribeBackupStorage | Queries the backup storage capacity of an ApsaraDB for MongoDB replica set or sharded cluster instance that uses cloud disks. |