Skip to main content

Available regions

Momento is a region-based service with availability all over the world. API keys work across all regions, but you must configure the correct endpoint (cell URL) for your deployment. See the Authentication page for how to pair an API key with an endpoint. If you do not see a region you require, let's discuss. Please contact support.

Enterprise availability

Private cells are available for enterprise customers in all AWS-supported commercial regions. Contact support to discuss setup and deployment options.

Region nameRegionCell name
US East (N. Virginia)us-east-1cell-us-east-1-1
US East (Ohio)us-east-2cell-1-us-east-2-1
US West (Oregon)us-west-2cell-4-us-west-2-1
Europe (Ireland)eu-west-1cell-1-eu-west-1-1
Europe (London)eu-west-2cell-1-eu-west-2-1
Europe (Frankfurt)eu-central-1cell-1-eu-central-1-1
Europe (Stockholm)eu-north-1cell-1-eu-north-1-1
Asia Pacific (Mumbai)ap-south-1cell-1-ap-south-1-1
Asia Pacific (Tokyo)ap-northeast-1cell-ap-northeast-1-1
Asia Pacific (Singapore)ap-southeast-1cell-1-ap-southeast-1-1
Asia Pacific (Sydney)ap-southeast-2cell-1-ap-southeast-2-1

Accessing region-based resources

HTTP API endpoints

Compose HTTP API endpoints using the following pattern:

https://api.cache.<cell-host>.prod.a.momentohq.com

Example (us-west-2):

https://api.cache.cell-4-us-west-2-1.prod.a.momentohq.com

Momento Cache control-plane operations are documented in the Capacity Pool API and Database API. The Serverless Cache HTTP API covers Serverless data-plane commands.

Momento Cache RESP endpoints

Retrieve the RESP endpoint for a Database from the Momento console. Open Capacity Pools, select a Pool, and open its Databases tab. See Connect a client for more specific instructions with common Redis or Valkey clients.

Serverless SDK endpoints

SDK endpoints do not need any prefixes:

<cell-host>.prod.a.momentohq.com

Examples

For ap-southeast-1:

SDK:

cell-1-ap-southeast-1-1.prod.a.momentohq.com