Skip to content

Commit b123aee

Browse files
authored
Merge pull request #8818 from wazuh/enhancement/idr298-add-asia-pacific-to-regions-list
Update available cloud service regions
2 parents 3c2b6af + 275f9ea commit b123aee

File tree

4 files changed

+24
-30
lines changed

4 files changed

+24
-30
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222
- **Post-release**: Added a table describing the possible environment statuses in the cloud service documentation. ([#8407](https://github.com/wazuh/wazuh-documentation/pull/8407))
2323
- **Post-release**: Added the Wazuh indexer API reference. ([#8756](https://github.com/wazuh/wazuh-documentation/pull/8756))
2424
- **Post-release**: Added examples of Wazuh tools to the user manual reference. ([#8763](https://github.com/wazuh/wazuh-documentation/pull/8763))
25+
- **Post-release**: Added the `ap-northeast-1` (Tokyo) region. ([#8818](https://github.com/wazuh/wazuh-documentation/pull/8818))
2526

2627
### Changed
2728

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. Copyright (C) 2015, Wazuh, Inc.
2+
3+
**Asia Pacific**
4+
5+
- Tokyo: ``ap-northeast-1``
6+
- Mumbai: ``ap-south-1``
7+
- Singapore: ``ap-southeast-1``
8+
- Sydney: ``ap-southeast-2``
9+
10+
**Europe**
11+
12+
- Frankfurt: ``eu-central-1``
13+
- London: ``eu-west-2``
14+
15+
**North America**
16+
17+
- Canada: ``ca-central-1``
18+
- North Virginia: ``us-east-1``
19+
- Ohio: ``us-east-2``
20+
21+
.. End of file

source/cloud-service/glossary.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,7 @@ A region is a geographic area where the data center of the cloud provider that h
9999

100100
Available regions:
101101

102-
* North Virginia: ``us-east-1``
103-
104-
* Ohio: ``us-east-2``
105-
106-
* London: ``eu-west-2``
107-
108-
* Frankfurt: ``eu-central-1``
109-
110-
* Mumbai: ``ap-south-1``
111-
112-
* Singapore: ``ap-southeast-1``
113-
114-
* Sydney: ``ap-southeast-2``
115-
116-
* Canada: ``ca-central-1``
102+
.. include:: /_templates/cloud-service-regions.rst
117103

118104
.. _cloud_glossary_wazuh_cloud_api:
119105

source/cloud-service/your-environment/technical-faq.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,7 @@ What are the available regions?
150150

151151
Available regions:
152152

153-
* North Virginia: ``us-east-1``
154-
155-
* Ohio: ``us-east-2``
156-
157-
* London: ``eu-west-2``
158-
159-
* Frankfurt: ``eu-central-1``
160-
161-
* Mumbai: ``ap-south-1``
162-
163-
* Singapore: ``ap-southeast-1``
164-
165-
* Sydney: ``ap-southeast-2``
166-
167-
* Canada: ``ca-central-1``
153+
.. include:: /_templates/cloud-service-regions.rst
168154

169155
When selecting a region to host your environment, if you are not sure which one is the best option for you, select one that is the closest to your location since this typically reduces latency for indexing and search requests.
170156

0 commit comments

Comments
 (0)