From 8660821a338dc35dbbfe171cfc6a931e2b2d90f5 Mon Sep 17 00:00:00 2001 From: niklas-lumio-aiven <101565131+niklas-lumio-aiven@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:56:27 +0200 Subject: [PATCH] Update Aiven's free offering (#1) --- tutorial.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorial.md b/tutorial.md index f8af85c..91e551b 100644 --- a/tutorial.md +++ b/tutorial.md @@ -23,13 +23,13 @@ Follow the instructions below to create your free MySQL and Redis services with 1. In the project you want to create a service in, go to **Services**. 1. On the **Services** page, click **Create service**. 1. Select the service you want to create, either **MySQL** or **Redis**. -1. Select **AWS** as the cloud provider and choose the region. +1. Select **DigitalOcean** as the cloud provider and choose the region. - We recommend using `us-east-1` to minimise latency, as this region will be closest to where the Netlify functions are deployed if using their free plan. However, the Aiven free plans are currently available in the following regions and you can pick whichever you like: + We recommend using `do-nyc` to minimise latency, as this region will be closest to where the Netlify functions are deployed if using their free plan. However, the Aiven free plans are currently available in the following regions and you can pick whichever you like: - - EMEA: aws-eu-north-1, aws-eu-west-1, aws-eu-west-2, aws-eu-west-3 - - Americas: aws-us-east-1, aws-us-east-2, aws-us-west-2, aws-ca-central-1 - - APAC: aws-ap-south-1 + - EMEA: `do-ams` (Amsterdam), `do-ldn` (London), `do-fra` (Frankfurt) + - Americas: `do-nyc` (New York), `do-sfo` (San Francisco), `do-tor` (Toronto) + - APAC: `do-blr` (Bangalore) 1. Select **Free** plan. 1. Click **Create free service**.