Skip to main content

aws-region-by-sumo-deployment

The following table describes the AWS regions used by each Sumo Logic deployment.

Region codeRegion nameAWS regionAPI endpoint
AUAsia Pacific (Sydney)ap-southeast-2https://api.au.sumologic.com/api/
CACanada (Central)ca-central-1https://api.ca.sumologic.com/api/
DEEU (Frankfurt)eu-central-1https://api.de.sumologic.com/api/
EUEU (Ireland)eu-west-1https://api.eu.sumologic.com/api/
FEDUS East (N. Virginia)us-east-1https://api.fed.sumologic.com/api/
INAsia Pacific (Mumbai)ap-south-1https://api.in.sumologic.com/api/
JPAsia Pacific (Tokyo)ap-northeast-1https://api.jp.sumologic.com/api/
KRAsia Pacific (Seoul)ap-northeast-2https://api.kr.sumologic.com/api/
US1US East (N. Virginia)us-east-1https://api.sumologic.com/api/
US2US West (Oregon)us-west-2https://api.us2.sumologic.com/api/

See the AWS IP ranges JSON file for the current list of AWS IP ranges or subnets or prefixes. To simplify firewall configuration, you can use only the IP prefixes for the AWS region associated with your Sumo Logic deployment, as shown in the table.

The list of IP ranges is shared infrastructure. It is not limited to Sumo Logic nodes and is subject to change over time.

You can run the following query against the downloaded file in Sumo Logic to determine the IP addresses for each deployment.

| parse regex "\s+\"ip_prefix\":\s+\"(?<ip_prefix>.*?)\",\n\s+\"region\":\s+\"(?<region>.*?)\",\n\s+\"service\":\s+\"(?<service>.*?)\"" multi
| where service="AMAZON"
and (
region="us-west-2"
or region="us-east-1"
or region="eu-west-1"
or region="ap-southeast-2"
)
| if (region="us-west-2", "US2", region) as region
| if (region="us-east-1", "US1", region) as region
| if (region="eu-west-1", "EU", region) as region
| if (region="ap-southeast-2", "AU", region) as region
| if (region="ap-northeast-2", "KR", region) as region
| count by ip_prefix, region, service
| fields - _count
| sort by region, ip_prefix

After configuring the firewall, Collector, and Sources, confirm that the Collector and Sources are working by verifying that you can receive a given type of message (such as syslog messages) at the specified location.

For more information, see:

Status
Legal
Privacy Statement
Terms of Use
CA Privacy Notice

Copyright © 2025 by Sumo Logic, Inc.