Skip to content

Commit 6b6f91b

Browse files
authored
Merge pull request #8791 from wazuh/enhancement/idr284-remove-us-gov-region-references
Remove us-gov-* AWS regions references
2 parents 39963a9 + a2d4963 commit 6b6f91b

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ All notable changes to this project will be documented in this file.
6060
- **Post-release**: Fixed incorrect URL and filepaths in the YARA download steps of the *Leveraging LLMs for Alert Enrichment* PoC. ([#8686](https://github.com/wazuh/wazuh-documentation/pull/8686))
6161
- **Post-release**: Corrected inaccurate references to the Wazuh Syscollector module. ([#8713](https://github.com/wazuh/wazuh-documentation/pull/8713))
6262

63+
### Removed
64+
65+
- **Post-release**: Removed `us-gov-*` AWS regions references. ([#8791](https://github.com/wazuh/wazuh-documentation/pull/8791))
66+
6367
## [v4.11.2]
6468

6569
### Added

source/cloud-security/amazon/services/prerequisites/considerations.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If the S3 bucket contains a long history of logs and its directory structure is
2323

2424
- ``only_logs_after``: Allows filtering logs produced after a given date. The date format must be ``YYYY-MMM-DD``. For example, ``2018-AUG-21`` would filter logs generated on or after the 21st of August 2018.
2525
- ``aws_account_id``: This option will only work on CloudTrail, VPC, and Config buckets. If you have logs from multiple accounts, you can filter which ones will be read by Wazuh. You can specify multiple IDs separating them by commas.
26-
- ``regions``: This option will only work on CloudTrail, VPC, Config buckets, and Inspector service. If you have logs from multiple regions, you can filter which ones will be read by Wazuh. You can specify multiple regions separating them by commas. It is mandatory to specify the region when configuring an S3 bucket from an AWS GovCloud region (available GovCloud regions are ``us-gov-east-1`` and ``us-gov-west-1``).
26+
- ``regions``: Works only with CloudTrail, VPC, Config buckets, and Inspector service. Use it to filter which regions Wazuh reads when you have logs from multiple regions. Separate multiple regions with commas.
2727
- ``path``: If your logs are stored in a given path in an S3 bucket, this option can be specified. For example, to read logs stored in the directory ``vpclogs/``, it is necessary to specify the path ``vpclogs`` in the Wazuh module for AWS configuration. It can also be specified with ``/`` or ``\``.
2828
- ``aws_organization_id``: This option will only work on CloudTrail buckets. If you have configured an organization, you need to specify the name of the AWS organization by using this parameter.
2929

@@ -245,20 +245,12 @@ Below is an example of different AWS services configuration:
245245
<aws_profile>default</aws_profile>
246246
</bucket>
247247
248-
<!-- CloudTrail, 'gov1' profile, and 'us-gov-east-1' GovCloud region -->
248+
<!-- CloudTrail, 'dev' profile, and 'us-east-1' region -->
249249
<bucket type="cloudtrail">
250250
<name><WAZUH_AWS_BUCKET></name>
251-
<path>cloudtrail-govcloud</path>
252-
<regions>us-gov-east-1</regions>
253-
<aws_profile>gov1</aws_profile>
254-
</bucket>
255-
256-
<!-- CloudTrail, 'gov2' profile, and 'us-gov-west-1' GovCloud region -->
257-
<bucket type="cloudtrail">
258-
<name><WAZUH_AWS_BUCKET></name>
259-
<path>cloudtrail-govcloud</path>
260-
<regions>us-gov-west-1</regions>
261-
<aws_profile>gov2</aws_profile>
251+
<path>dev-cloudtrail</path>
252+
<regions>us-east-1</regions>
253+
<aws_profile>dev</aws_profile>
262254
</bucket>
263255
264256
</wodle>

0 commit comments

Comments
 (0)