AWS securityhub documentation change
Summary
Updated documentation to replace 'Security Hub' with 'Security Hub CSPM' terminology, clarified console/API references, and adjusted regional aggregation descriptions
Security assessment
Changes primarily involve rebranding to 'Security Hub CSPM' (Cloud Security Posture Management) and clarifying product naming conventions. No specific security vulnerabilities, patches, or incident responses are mentioned. The updates refine existing security feature documentation but do not introduce new security controls or address explicit weaknesses.
Diff
diff --git a/securityhub/latest/userguide/finding-aggregation-enable.md b/securityhub/latest/userguide/finding-aggregation-enable.md index e2da3a80c..a668ba541 100644 --- a//securityhub/latest/userguide/finding-aggregation-enable.md +++ b//securityhub/latest/userguide/finding-aggregation-enable.md @@ -3 +3 @@ -[Documentation](/index.html)[AWS Security Hub](/securityhub/index.html)[User Guide](what-is-securityhub.html) +[Documentation](/index.html)[AWS Security Hub](/securityhub/index.html)[ User Guide ](what-is-security-hub-adv.html) @@ -9 +9 @@ -The _aggregation Region_ is now called the _home Region_. Some Security Hub API operations still use the older term aggregation Region. +The _aggregation Region_ is now called the _home Region_. Some Security Hub CSPM API operations still use the older term aggregation Region. @@ -13 +13 @@ You must enable cross-Region aggregation from the AWS Region that you want to de -To enable cross-Region aggregation, you create a Security Hub resource called a finding aggregator. The finding aggregator resource specifies your home Region and linked Regions (if any). +To enable cross-Region aggregation, you create a Security Hub CSPM resource called a finding aggregator. The finding aggregator resource specifies your home Region and linked Regions (if any). @@ -17 +17 @@ You can't use an AWS Region that is disabled by default as your home Region. For -When you enable cross-Region aggregation, you choose to specify one or more linked Regions if you wish. You can also choose whether to automatically link new Regions when Security Hub begins to support them and you have opted into them. +When you enable cross-Region aggregation, you choose to specify one or more linked Regions if you wish. You can also choose whether to automatically link new Regions when Security Hub CSPM begins to support them and you have opted into them. @@ -19 +19 @@ When you enable cross-Region aggregation, you choose to specify one or more link -Security Hub console +Security Hub CSPM console @@ -24 +24 @@ Security Hub console - 1. Open the AWS Security Hub console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). + 1. Open the AWS Security Hub Cloud Security Posture Management (CSPM) console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). @@ -28 +28 @@ Security Hub console - 3. In the Security Hub navigation menu, choose **Settings** and then **Regions**. + 3. In the Security Hub CSPM navigation menu, choose **Settings** and then **Regions**. @@ -38 +38 @@ By default, the home Region is set to **No aggregation Region**. - 7. To automatically aggregate data from new Regions in the partition as Security Hub supports them and you opt into them, select **Link future Regions**. + 7. To automatically aggregate data from new Regions in the partition as Security Hub CSPM supports them and you opt into them, select **Link future Regions**. @@ -45 +45 @@ By default, the home Region is set to **No aggregation Region**. -Security Hub API +Security Hub CSPM API @@ -48 +48 @@ Security Hub API -From the Region that you want to use as the home Region, use the [`CreateFindingAggregator`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateFindingAggregator.html) operation of the Security Hub API. If you use the AWS CLI, run the [create-finding-aggregator](https://docs.aws.amazon.com/cli/latest/reference/securityhub/create-finding-aggregator.html) command. +From the Region that you want to use as the home Region, use the [`CreateFindingAggregator`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateFindingAggregator.html) operation of the Security Hub CSPM API. If you use the AWS CLI, run the [create-finding-aggregator](https://docs.aws.amazon.com/cli/latest/reference/securityhub/create-finding-aggregator.html) command. @@ -52 +52 @@ For `RegionLinkingMode`, choose one of the following options: - * `ALL_REGIONS` – Security Hub aggregates data from all Regions. Security Hub also aggregates data from new Regions as they are supported and you opt into them. + * `ALL_REGIONS` – Security Hub CSPM aggregates data from all Regions. Security Hub CSPM also aggregates data from new Regions as they are supported and you opt into them. @@ -54 +54 @@ For `RegionLinkingMode`, choose one of the following options: - * `ALL_REGIONS_EXCEPT_SPECIFIED` – Security Hub aggregates data from all Regions except for Regions that you want to exclude. Security Hub also aggregates data from new Regions as they are supported and you opt into them. Use `Regions` to provide the list of Regions to exclude from aggregation. + * `ALL_REGIONS_EXCEPT_SPECIFIED` – Security Hub CSPM aggregates data from all Regions except for Regions that you want to exclude. Security Hub CSPM also aggregates data from new Regions as they are supported and you opt into them. Use `Regions` to provide the list of Regions to exclude from aggregation. @@ -56 +56 @@ For `RegionLinkingMode`, choose one of the following options: - * `SPECIFIED_REGIONS` – Security Hub aggregates data from a selected list of Regions. Security Hub does not aggregate data automatically from new Regions. Use `Regions` to provide the list of Regions to aggregate from. + * `SPECIFIED_REGIONS` – Security Hub CSPM aggregates data from a selected list of Regions. Security Hub CSPM does not aggregate data automatically from new Regions. Use `Regions` to provide the list of Regions to aggregate from. @@ -58 +58 @@ For `RegionLinkingMode`, choose one of the following options: - * `NO_REGIONS` – Security Hub doesn't aggregate data because you don't select any linked Regions. + * `NO_REGIONS` – Security Hub CSPM doesn't aggregate data because you don't select any linked Regions.