How to change to a different EdgeWorkers tier
This tutorial describes how to change the resource tier associated with an existing EdgeWorkers function. There are three resource tiers available for you to use, Basic Compute, Dynamic Compute, and Enterprise Compute. Each tier defines a set of consumption limits for your EdgeWorkers functions.
To learn more, go to the Resource tier limitations and the supported use cases for each resource tier.
Check your contract
Before you start, make sure that the resource tier you want to change to is available on your contract.
- To check, go to Akamai Control Center and from the services menu go to Account Admin > Contracts.
- Select your contract ID.
- In the list of products search for EdgeWorkers.
The resource tiers available on your contract will appear.
Contact your account representative if the resource tier you want to change to doesn't appear.
Clone the EdgeWorker
To change the resource tier, you need to clone the EdgeWorker ID.
-
Log in to Control Center.
-
Go to ☰ > CDN > EdgeWorkers.
-
Click on the EdgeWorker ID that you want to update.
The details page will appear. It displays information about the EdgeWorker including the resource tier. In this example the EdgeWorker ID has a resource tier of of 100 - Basic Compute.
- Click the Edit button to edit the EdgeWorker ID.
- Click the edit link to edit the resource tier.
- Select the new resource tier from the dropdown list.
Review the Resource tier limitations before cloning an EdgeWorker ID. It's important to make sure that the EdgeWorkers function can successfully execute when lowering the resource limits. If the execution is unsuccessful the timeout error rate may significantly increase. This can adversely impact your delivery traffic.
When you select a new resource tier the window title and button changes to Clone EdgeWorker ID.
- Click the Clone EdgeWorker ID button.
This creates a new EdgeWorker ID. Both the new EdgeWorker ID 425125
and the original EdgeWorker ID 425124
appear in the list of EdgeWorker IDs.
- Select the new EdgeWorker ID and click the Create Version button.
You can upload the same EdgeWorkers code bundle and edit it if necessary.
- After you clone the EdgeWorker ID and create a new version you need to activate the version.
Update your property
Next, you need to update your property so that the EdgeWorker behavior uses the new EdgeWorker ID with the updated resource tier.
- Navigate to your property in Akamai Control Center.
- Click the New Version button and select the rule that had the older EdgeWorker ID mapped to it.
- Find the EdgeWorkers behavior and select the cloned EdgeWorker ID from the dropdown list.
- Save and activate your property.
Once your property is activated it will use the new EdgeWorker ID that applies the new resource tier limitations.
Updated about 13 hours ago