Skip to content

Commit fe24ac1

Browse files
authored
Docs Cloud Section Styling Batch #5 (#314)
* minor in pricing * minor in datastores and getting started
1 parent 09adc71 commit fe24ac1

File tree

3 files changed

+41
-19
lines changed

3 files changed

+41
-19
lines changed

docs/cloud/datastores.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ and performs failover to an available replica when the primary is unavailable.
113113
To add one or more replicas to your data store:
114114

115115
- Expand the **Durability & High Availability** section.
116-
- Click on the **Add Replica** button and select the zone for the replica.
116+
- Click on the **+Add Replica** button and select the zone for the replica.
117117
- You can select the same zone as the primary or a different zone.
118118
- When selecting a different zone, inter-zone data transfer costs may apply.
119119
- **You can update the number of replicas of a data store with zero downtime**.
@@ -264,6 +264,7 @@ Here is a recipe to rotate the passkey for a data store, since it is part of the
264264
- ***CAUTION: Altering ACL rules can potentially disrupt access for current users. It is always recommended to test ACL
265265
rules on a test data store before applying them to a production data store.***
266266

267-
## Support Plans
267+
## Pricing & Support
268268

269-
See more information on Dragonfly Cloud support plans [here](./support.md).
269+
- See more information about Dragonfly Cloud pricing [here](./pricing.md).
270+
- See more information about Dragonfly Cloud support plans [here](./support.md).

docs/cloud/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ Dragonfly Cloud drastically simplifies the deployment, management, and operation
3535
- We offer unlimited 3GB development instances for around **$36/month (less than $0.05/hour)** in popular regions.
3636
- Depending on cloud providers and regions, the cost can vary.
3737
However, a development instance is always the easiest way to get started.
38+
Read more about [pricing](./pricing.md).
3839

3940
**Happy building with Dragonfly Cloud!**

docs/cloud/pricing.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Dragonfly Cloud applies a transparent usage-based pricing model with the followi
1212
- [Data Transfer](#data-transfer)
1313
- [Backup Storage](#backup-storage)
1414

15-
You can track your usage and costs under the [Account > Usage](https://dragonflydb.cloud/account/usage) tab in Dragonfly Cloud.
16-
The usage and cost information is updated every few hours.
15+
You can track your usage and costs under the [Account > Usage](https://dragonflydb.cloud/account/usage) tab
16+
in Dragonfly Cloud. The usage and cost information is updated every few hours.
1717
However, data transfer and backup storage costs may take up to 24 hours to reflect.
1818
Read on for more details about each component.
1919

@@ -22,40 +22,60 @@ Read on for more details about each component.
2222
Data stores incur charges for **every prorated hour they are active**.
2323
The cost is determined by:
2424

25-
- **Provisioned Memory Amount** (All Primary & Replica Instances)
26-
- **Compute Performance Tier**
25+
- **Provisioned Memory Size**[^1]
26+
- **Compute Performance Tier**[^2]
2727
- **Cloud Provider & Region**
2828

29-
Additional notes about data store costs:
29+
Additional notes about active data store costs:
3030

31-
- Updating a data store configuration only affects its cost once the update is complete and the new configuration is active.
31+
- Updating a data store configuration only affects its cost once the update is complete
32+
and the new configuration is active.
3233
- Deleted data stores do not incur any charges.
3334

34-
### Example: Data Store Cost Calculation
35+
### Active Data Store Cost Calculation
36+
37+
You can use the following tools to get **an accurate estimate** of your active data store costs:
38+
39+
- Use the [pricing calculator](https://www.dragonflydb.io/pricing#calculator) to estimate the cost of a data store
40+
based on its memory size, cloud provider, and region.
41+
- In [Dragonfly Cloud](https://dragonflydb.cloud/), the data store cost (excluding data transfer cost and backup
42+
storage cost) is displayed every time you create or update a data store.
43+
44+
### Active Data Store Cost Example
3545

3646
To illustrate with an example, let's consider a Dragonfly Cloud data store that is:
3747

38-
- Configured with **12.5GB** of provisioned memory on the **enhanced performance tier**.
48+
- Configured with **12.5 GB** of provisioned memory on the **Enhanced** compute tier.
3949
- Configured with **2 zones**, one primary and one replica.
4050
- Located in the **AWS us-east-1** region.
4151
- Active for **2 days, 1 hour, and 10 minutes**.
4252

4353
The cost of this data store can be calculated as follows:
4454

45-
- Cost for 1GB of enhanced performance tier data store in AWS us-east-1: around $11.0 per month.
46-
- Total hours used: 2 days x 24 hours per day + 1 hour + 10 minutes (rounded up to 1 hour) = 50 hours.
47-
- Total hours in a month: 365 days / 12 months x 24 hours per day = 730 hours per month.
48-
- Total cost: **$11 x 12.5GB x 2 zones x 50 hours / 730 hours per month = $18.84**
55+
- Cost for 1 GB of the **Enhanced** compute tier data store in the AWS us-east-1 region = **$11.0 per month**.
56+
- Total hours used: 2 days x 24 hours per day + 1 hour + 10 minutes (rounded up to 1 hour) = **50 hours**.
57+
- Total hours in a month: 365 days / 12 months x 24 hours per day = **730 hours per month**.
58+
- Total cost: **$11 x 12.5 GB x 2 zones x 50 hours / 730 hours per month = $18.84**
4959

5060
## Data Transfer
5161

5262
- Data transfer fees are costs imposed by cloud providers for moving data across various destinations,
53-
including between clouds, the public internet, different cloud regions, and even between availability zones within the same region.
63+
including between clouds, the public internet, different cloud regions, and even between availability zones
64+
within the same region.
5465
- Dragonfly Cloud applies public data transfer fee rates set by cloud vendors for data store traffic.
55-
For detailed and specific pricing, please refer to the [AWS](https://aws.amazon.com/ec2/pricing/on-demand/) and [GCP](https://cloud.google.com/vpc/network-pricing) pages.
56-
- **To reduce data transfer expenses, using [data stores with private endpoints](./datastores.md#private-endpoint) is recommended**.
57-
- Additionally, data stores with high-availability configured may incur charges for cross-availability zone traffic within the cloud provider's network.
66+
For detailed and specific pricing, please refer to the [AWS](https://aws.amazon.com/ec2/pricing/on-demand/)
67+
and [GCP](https://cloud.google.com/vpc/network-pricing) pages.
68+
- **To reduce data transfer expenses, using [data stores with private endpoints](./datastores.md#private-endpoint) is
69+
recommended**.
70+
- Additionally, data stores with high availability configuration may incur charges for cross-availability-zone traffic
71+
within the cloud provider's network.
5872

5973
## Backup Storage
6074

6175
- Backup storage costs $0.1 per GB per month, prorated hourly.
76+
77+
[^1]: The total memory provisioned to the data store, including all primary and replica Dragonfly server instances.
78+
79+
[^2]: The compute performance tier determines the CPU-to-memory ratio for the data store. Currently, Dragonfly Cloud
80+
offers **Standard**, **Enhanced**, and **Extreme** performance tiers.
81+
Read more [here](datastores.md#creating-a-data-store).

0 commit comments

Comments
 (0)