Skip to content

Commit 13820ab

Browse files
authored
DOCS-649 - Add note about India region (#4990)
1 parent 17e1d0f commit 13820ab

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/api/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [Access Keys](/docs/manage/security/access-keys) to learn how to generate an
4242
Because access keys use the permissions of the user running the key, ensure that the user utilizing a key has the [role capabilities](/docs/manage/users-roles/roles/role-capabilities) needed to execute the tasks the key is needed for.
4343
:::
4444

45-
### Access ID and Access Key
45+
### Access ID and access key
4646

4747
When you have an `accessId` and `accessKey`, you can execute requests like the following:
4848

@@ -80,7 +80,7 @@ This would yield a Base64 encoded string `QWxhZGRpbjpPcGVuU2VzYW1l` that is used
8080
```
8181

8282

83-
## Sumo Logic Endpoints by Deployment and Firewall Security
83+
## Sumo Logic endpoints by deployment and firewall security
8484

8585
<img src={useBaseUrl('img/icons/operations/firewall.png')} alt="icon" width="50"/>
8686

@@ -218,17 +218,17 @@ For collection to work, your firewall must allow outbound traffic to Sumo Logic.
218218
* If your firewall doesn’t allow DNS entries, you must allowlist all of the IP addresses for your deployment region. The addresses to allowlist depend on your Sumo Logic deployment.
219219
* To determine the IP addresses that require allowlisting, download the JSON object provided by Amazon Web Services (AWS). Amazon advises that this file will change several times a week. For details on how the file is updated, its usage, its syntax, and how to download the JSON file, see [AWS IP Address Ranges](https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html).
220220

221-
### FedRAMP Deployment
221+
### FedRAMP deployment
222222

223223
Sumo Logic's FedRAMP deployment is similar to our other deployments, such as US2, except that FedRAMP is certified to comply with the United States Standards for Security Categorization of Federal Information and Information Systems ([FIPS-199](https://en.wikipedia.org/wiki/FIPS_199)). In this deployment, we adhere to specific security requirements that are required for handling, storing, and transmitting data classified in the "Moderate" impact level.
224224

225-
### AWS Region by Sumo Deployment
225+
### AWS region by Sumo Logic deployment
226226

227227
import AwsRegion from '../reuse/aws-region-by-sumo-deployment.md';
228228

229229
<AwsRegion/>
230230

231-
## Status Codes
231+
## Status codes
232232

233233
Generic status codes that apply to all our APIs. See the [HTTP status code registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) for reference.
234234

@@ -251,7 +251,7 @@ Generic status codes that apply to all our APIs. See the [HTTP status code regis
251251

252252
If a rate is exceeded, a `rate limit exceeded 429` status code is returned.
253253

254-
## Versioning and Conflict Detection
254+
## Versioning and conflict detection
255255

256256
The [Collector Management API](/docs/api/collector-management) uses optimistic locking to deal with versioning and conflict detection. Any response that returns a single entity will have an ETag header which identifies the version of that entity.
257257

docs/reuse/aws-region-by-sumo-deployment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
The following table describes the AWS regions used by each Sumo Logic deployment. See the [AWS page on regions and endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html) for more information.
22

3-
| Sumo Deployment | AWS Region Name | AWS Region |
3+
| Sumo Logic Deployment | AWS Region Name | AWS Region |
44
|:---|:---|:---|
55
| AU | Asia Pacific (Sydney) | ap-southeast-2 |
66
| CA | Canada (Central) | ca-central-1 |
77
| DE | EU (Frankfurt) | eu-central-1 |
88
| EU | EU (Ireland) | eu-west-1 |
99
| FED | US East (N. Virginia) | us-east-1 |
10-
| IN | Asia Pacific (Mumbai) | ap-south-1 |
10+
| IN | Asia Pacific (Mumbai) | ap-south-1* |
1111
| JP | Asia Pacific (Tokyo) | ap-northeast-1 |
1212
| KR | Asia Pacific (Seoul) | ap-northeast-2 |
1313
| US1 | US East (N. Virginia) | us-east-1 |
1414
| US2 | US West (Oregon) | us-west-2 |
1515

16-
[This link](https://ip-ranges.amazonaws.com/ip-ranges.json) provides the complete current list of AWS IP ranges or subnets or prefixes. You can limit the number of entries in a firewall by using just the IP prefixes against the AWS region that your account's Sumo deployment uses, as shown in the table.
16+
\* The ap-south-1 deployment region is restricted. It is not possible to create new instances in this region.
17+
18+
[This link](https://ip-ranges.amazonaws.com/ip-ranges.json) provides the complete current list of AWS IP ranges or subnets or prefixes. You can limit the number of entries in a firewall by using just the IP prefixes against the AWS region that your account's Sumo Logic deployment uses, as shown in the table.
1719

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

0 commit comments

Comments
 (0)