diff --git a/src/components/Table/TablePricing.astro b/src/components/Table/TablePricing.astro index 5a1a20c255..cdb819fbc2 100644 --- a/src/components/Table/TablePricing.astro +++ b/src/components/Table/TablePricing.astro @@ -31,6 +31,9 @@ const i18n = { 'Next 450 TB per month': 'Próximos 450 TB por mês', 'Over 500 TB per month': 'Acima de 500 TB por mês', + 'Operations': "Operations", + 'Rate': "Rate", + 'HTTP/HTTPS Requests, all methods': 'Requisições HTTP/HTTPS, todos os métodos', @@ -61,7 +64,8 @@ const i18n = { '26 through 10,000 hosted zones': 'De 26 até 10.000 zonas hospedadas', 'Over 10,000 hosted zones': 'Acima de 10.000 zonas hospedadas', 'First 1 billion queries / month': 'Primeiros 1 bilhão de consultas / mês', - 'Over 1 billion queries / month': 'Acima de 1 bilhão de consultas / mês' + 'Over 1 billion queries / month': 'Acima de 1 bilhão de consultas / mês', + } }; diff --git a/src/content/docs/en/pages/main-menu/pricing/pricing.mdx b/src/content/docs/en/pages/main-menu/pricing/pricing.mdx index e5e575a4b7..86f1151820 100644 --- a/src/content/docs/en/pages/main-menu/pricing/pricing.mdx +++ b/src/content/docs/en/pages/main-menu/pricing/pricing.mdx @@ -310,6 +310,18 @@ Store and retrieve objects from anywhere with low latency. No vendor lock-in wit metric_slug="egress_bandwidth" /> +#### Price example + +If, during the month of November, you performed 100,000 daily transactions of each of the classes, and in the period from November 1 to 5, from 0 am to 12 pm, you stored 15 GB, while in the interval from November 5, at 12 hours, until the end of November 30th, recorded a storage of 30 GB, the value calculation will be carried out as follows: + +| Operation Type | | +|------------------------------------------------------------------------------------------------------------------------------------|------------| +| **Class A Operations**
((100,000 daily transactions x 30 days in the month) / 1,000) x 0.006 USD | 18.00 USD | +| **Class B Operations**
((100,000 daily transactions x 30 days in the month) / 10,000) x 0.006 USD | 1.80 USD | +| **Class C Operations**
100,000 x 0 USD | 0.00 USD | +| **Storage**
((15 GB x 108 hours + 30 GB x 612 hours) / 720 hours in the month) x 0.023 USD | 0.64 USD | +| **Total charges**
According to this simulation, the total amount to be paid in this month will be | **20.44 USD** | + ## Secure ### DDoS Protection diff --git a/src/content/docs/pt-br/pages/menu-principal/pricing/pricing.mdx b/src/content/docs/pt-br/pages/menu-principal/pricing/pricing.mdx index 3ac7df2dec..4aa4f1639a 100644 --- a/src/content/docs/pt-br/pages/menu-principal/pricing/pricing.mdx +++ b/src/content/docs/pt-br/pages/menu-principal/pricing/pricing.mdx @@ -225,6 +225,94 @@ Se sua aplicação com **Load Balancer** habilitado gerou dentro de um mês 30 T --- +## Store + +### Edge Storage + +Armazene e recupere objetos com baixa latência onde quer que você esteja. Sem vendor lock-in e API compatível com S3 + + + + + + + + + + + + + + + +#### Exemplo de preço + +Se, durante o mês de novembro, você realizou 100.000 transações diárias de cada uma das classes, e no período de 1 a 5 de novembro, das 0h às 12h, você armazenou 15 GB, enquanto no intervalo de 5 de novembro, às 12h, até o final de 30 de novembro, registrou um armazenamento de 30 GB, o cálculo do valor será realizado da seguinte forma: + +| Tipo de Operação | | +|-----------------------------------------------------------------------------------------------------------------------------------|-------------| +| **Class A Operations**
((100.000 transações diárias x 30 dias no mês) / 1.000) x 0,006 USD | 18,00 USD | +| **Class B Operations**
((100.000 transações diárias x 30 dias no mês) / 10.000) x 0,006 USD | 1,80 USD | +| **Class C Operations**
100.000 x 0 USD | 0,00 USD | +| **Storage**
((15 GB x 108 horas + 30 GB x 612 horas) / 720 horas no mês) x 0,023 USD | 0,64 USD | +| **Valor total**
De acordo com a simulação. o valor total a ser pago no mês será de | **20,44 USD** | + + ## Secure ### DDoS Protection