Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBaaS update [correct] #7141

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/vale/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ahci0
Aho
ahvz
aircrack
aiven
ajenti
ajp
Akamai
Expand Down
106 changes: 106 additions & 0 deletions docs/guides/akamai/new-dbaas-partner/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
slug: new-dbaas-partner
title: "New Database Service Partner Update"
description: "Akamai partners with Aiven for more robust managed database services."
og_description: "Akamai partners with Aiven for more robust managed database services."
authors: ["Akamai"]
contributors: ["Akamai"]
published: 2024-11-05
keywords: ['dbaas','dedicated','migration']
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
_build:
list: false
noindex: true
---

## New Managed Database Services powered by Aiven

Beginning November 14, 2024, Akamai will re-introduce its managed database service in partnership with Aiven to bring customers higher performance, reliability, and flexibility. At launch, the new service is available in 20 core compute sites across the globe for distribution and low latency. New sites will be added as we move forward.

With the re-introduction of this new service, the resources currently available will be retired. Please study the guides below about how to create new databases, migrate existing databases to the new infrastructure, and how the pricing changes.

## New database creation
Starting November 14th, 2024, you can set up new database instances through the Linode API and in Cloud Manager. These locations might be different from where customers currently have running databases.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should "customers" be customer-facing here?


The list of available locations are:

**NA**
- Atlanta
- Chicago
- Dallas
- Miami
- Fremont
- Newark
- Toronto
- Washington

**EMEA**
- Frankfurt
- London
- Paris
- Amsterdam
- Stockholm

**APAC**
- Chennai
- Melbourne
- Mumbai
- Singapore
- Sydney
- Osaka
- Tokyo

## Migration of existing databases
We highly recommend migrating data from the old database infrastructure as soon as possible because, from November 14th, 2024, the old database infrastructure won’t receive updates anymore.

All customers will be offered the ability to select the final migration schedule window. There will be an option to choose one or more database instances for each migration process. **If a customer does not initiate the migration after two reminders, we will initiate the migration from the backend during off-business hours.**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same note for the second sentence here - wonder if it should read "If you do not initiate the migration..."


At the start of migration, customers will be presented with the following information:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the use of "customers" here

- Selected database(s) will be migrated to a staging/UAT environment and will continue operating in that environment for 21 days.
- There will be no extra cost for the migrated database in the staging/UAT environment.
Once the migration is complete, customers will have read-only access to their old instances for 14 days free of charge.
- The new pricing table will apply to migrated database instances after March 31, 2025. Customers will be charged based on the current pricing table regardless of the migration schedule.
- Any new databases created on or after November 14th (in the new Aiven-supported data centers) will be charged as per the new pricing table from the creation date.

## Additional notes

Restore works differently in the new platform!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove exclamation point


A new forked database is provisioned, and the old one is not automatically deleted.

Users have to delete the old database after restoring the data to avoid extra billing.

## Pricing
Starting November 14, 2024, we will offer new 2-node plans for dedicated databases.


### Shared Managed Database Plans
| Cores | RAM | 1 Node Shared CPU Plans | 3 Node Shared CPU Plans |
| -- | -- | -- | -- |
| 1 | Shared 1GB, 1 node | $16.00 | $37.00 |
| 1 | Shared 2GB, 1 node | $32.00 | $74.00 |
| 2 | Shared 4GB, 1 node | $63.00 | $147.00 |
| 4 | Shared 8GB, 1 node | $126.00 | $294.00 |
| 6 | Shared 16GB, 1 node | $252.00 | $588.00 |
| 8 | Shared 32GB, 1 node | $504.00 | $1,176.00 |
| 16 | Shared 64GB, 1 node | $1,008.00 | $2,352.00 |
| 20 | Shared 96GB, 1 node | $1,512.00 | $3,545.00 |
| 24 | Shared 128GB, 1 node | $2,016.00 | $4,726.00 |
| 32 | Shared 192GB, 1 node | $3,025.00 | $7,090.00 |


### Dedicated Managed Database Plans
| Cores | RAM | 1 Node Dedicated CPU Plans | 2 Node Dedicated CPU Plans(New) | 3 Node Dedicated CPU Plans |
| -- | -- | -- | -- | -- |
| 2 | Dedicated 4GB | $68.00 | $143.00 | $206.00 |
| 4 | Dedicated 8GB | $136.00 | $285.00 | $410.00 |
| 8 | Dedicated 16GB | $273.00 | $590.00 | $819.00 |
| 16 | Dedicated 32GB | $546.00 | $1,168.00 | $1,638.00 |
| 32 | Dedicated 64GB | $1,173.00 | $2,365.00 | $3,459.00 |
| 48 | Dedicated 96GB | $1,759.00 | $3,632.00 | $5,195.00 |
| 50 | Dedicated 128GB | $2,341.00 | $4,755.00 | $6,739.00 |
| 56 | Dedicated 256GB | $4,684.00 | $9,118.00 | $13,553.00 |




Loading