Select a resource tier

Resource tiers let you select between different sets of resource consumption limits for your EdgeWorkers functions.

There are currently three resource tiers available, Basic Compute, Dynamic Compute, and Enterprise Compute. You can choose one of these resource tiers when you Create an EdgeWorker ID.

👍

By default, all EdgeWorker IDs created before resource tiers were introduced execute using the Dynamic Compute resource tier. The limitations applied by this resource tier are the same as when the EdgeWorker ID was created.

You can, however, change an EdgeWorkers function to Basic Compute, a less costly tier with lower limits. For instructions on how to change the resource tier assigned to an EdgeWorkers function see How to change to a different EdgeWorkers tier. The billing rate for each of these resource tiers is different. For information about billing you can contact your ​Akamai​ account representative.

See the Resource tier limitations section to review the consumption limits for each resource tier. Review the table below for the supported use cases for each resource tier. Dynamic Compute allows you to implement any currently available EdgeWorkers use case.

Use case support by resource tier

Review the table below to see which use cases are supported

The use case functionality is the same on both the basic and dynamic resource tiers. Only the product limits change.

Use CaseBasic ComputeDynamic ComputeEnterprise Compute
Cache Key Manipulation
Forwarding / Conditionally Route Traffic
Redirect Management
Header Management
Cookie Management
Simple regex / hashing / crypto
HTTP sub-request
Fetches that GET JSON data and enable personalization
Data POSTing for metrics beaconing and error logging
Response Body modification
Integration with EdgeKV
Complex crypto during the responseProvider event handler
JavaScript logging via a DataStream 2 stream

Resource tiers and billing terminology

Familiarize yourself with these common terms associated with EdgeWorkers resource tiers and billing.

Contact your ​Akamai​ account representative for complete details related to billing.

TermDefinition
Resource tierA resource tier is a collection of consumption limits for your EdgeWorkers functions. There are currently two resource tiers available, Dynamic Compute and Basic Compute. You can select a resource tier when you Create an EdgeWorker ID.
Compute resourcesEdgeWorkers compute resources include CPU time, memory usage, and wall time. For a complete list go to the Resource tier limitations section.
EventsEvents are the JavaScript functions that execute when triggered by end user traffic. JavaScript functions are also known as Functions-as-a-Service (FaaS), microservices, and edge apps. To learn more review the Event handler functions section.
Traffic hitsTraffic hits are the end user requests made to edge servers on the Akamai Intelligent Edge Platform. For each enabled EdgeWorkers function up to four events can occur. Keep in mind that hits don't always equal events.
Million events invokedMillion events invoked is the billing unit of measurement for EdgeWorkers. To calculate your bill we sum up the number of times each event was executed for your traffic over the course of a month. You can configure the events you need to support your business logic. Typically only one or two events per end user request occur for many of the early adopter use cases.