AWS Security ChangesHomeSearch

AWS organizations documentation change

Service: organizations · 2025-12-10 · Documentation low

File: organizations/latest/userguide/orgs_policies_create.md

Summary

Renamed 'Security Hub policy' to 'Security Hub CSPM policy' throughout the document, including headings, instructions, examples, and console references.

Security assessment

The change only updates naming conventions from 'Security Hub policy' to 'Security Hub CSPM policy' without altering functionality, security controls, or addressing vulnerabilities. No security weaknesses or incidents are mentioned in the diff.

Diff

diff --git a/organizations/latest/userguide/orgs_policies_create.md b/organizations/latest/userguide/orgs_policies_create.md
index eeefa1b50..0eb0227df 100644
--- a//organizations/latest/userguide/orgs_policies_create.md
+++ b//organizations/latest/userguide/orgs_policies_create.md
@@ -5 +5 @@
-Create a service control policy (SCP)Create a resource control policy (RCP)Create a declarative policyCreate a backup policyCreate a tag policyCreate a chat applications policyCreate an AI services opt-out policyCreate a upgrade rollout policyCreate a Security Hub policy
+Create a service control policy (SCP)Create a resource control policy (RCP)Create a declarative policyCreate a backup policyCreate a tag policyCreate a chat applications policyCreate an AI services opt-out policyCreate a upgrade rollout policyCreate a Security Hub CSPM policy
@@ -31 +31 @@ This topic describes how to create policies with AWS Organizations. A _policy_ d
-  * Create a Security Hub policy
+  * Create a Security Hub CSPM policy
@@ -1053 +1053 @@ This upgrade rollout policy defines the order of how AWS services apply automati
-## Create a Security Hub policy
+## Create a Security Hub CSPM policy
@@ -1057 +1057 @@ This upgrade rollout policy defines the order of how AWS services apply automati
-To create a Security Hub policy, you need permission to run the following action:
+To create a Security Hub CSPM policy, you need permission to run the following action:
@@ -1067 +1067 @@ AWS Management Console
-###### To create a Security Hub policy
+###### To create a Security Hub CSPM policy
@@ -1073 +1073 @@ AWS Management Console
-  3. On the [**Create new Security Hub policy** page](https://console.aws.amazon.com/organizations/v2/home/policies/securityhub-policy/create), enter a **Policy name** and an optional **Policy description**.
+  3. On the [**Create new Security Hub CSPM policy** page](https://console.aws.amazon.com/organizations/v2/home/policies/securityhub-policy/create), enter a **Policy name** and an optional **Policy description**.
@@ -1077 +1077 @@ AWS Management Console
-  5. Enter or paste the policy text in the JSON code box. For information about the Security Hub policy syntax, see [Security Hub policy syntax and examples](./orgs_manage_policies_security_hub_syntax.html). For example policies that you can use as a starting point, see [Security Hub policy examples](./orgs_manage_policies_security_hub_syntax.html#security-hub-policy-examples).
+  5. Enter or paste the policy text in the JSON code box. For information about the Security Hub CSPM policy syntax, see [Security Hub CSPM policy syntax and examples](./orgs_manage_policies_security_hub_syntax.html). For example policies that you can use as a starting point, see [Security Hub CSPM policy examples](./orgs_manage_policies_security_hub_syntax.html#security-hub-policy-examples).
@@ -1087 +1087 @@ AWS CLI & AWS SDKs
-###### To create an Security Hub policy
+###### To create an Security Hub CSPM policy
@@ -1089 +1089 @@ AWS CLI & AWS SDKs
-You can use one of the following to create a Security Hub policy:
+You can use one of the following to create a Security Hub CSPM policy:
@@ -1093 +1093 @@ You can use one of the following to create a Security Hub policy:
-**Example: Create a policy that enables Security Hub in all supported Regions**
+**Example: Create a policy that enables Security Hub CSPM in all supported Regions**
@@ -1095 +1095 @@ You can use one of the following to create a Security Hub policy:
-The following example assumes that you have a file named `testPolicy_enableAllSupportedRegions.json` with the JSON policy text in it. It uses that file to create a new Security Hub policy.
+The following example assumes that you have a file named `testPolicy_enableAllSupportedRegions.json` with the JSON policy text in it. It uses that file to create a new Security Hub CSPM policy.
@@ -1116 +1116 @@ The following example assumes that you have a file named `testPolicy_enableAllSu
-**Example: Create a policy that enables Security Hub in all supported Regions but disable in the us-east-1 Region**
+**Example: Create a policy that enables Security Hub CSPM in all supported Regions but disable in the us-east-1 Region**
@@ -1118 +1118 @@ The following example assumes that you have a file named `testPolicy_enableAllSu
-The following example assumes that you have a file named `testPolicy_enableAllSupportedRegions_Disable_us-east-1.json` with the JSON policy text in it. It uses that file to create a new Security Hub policy.
+The following example assumes that you have a file named `testPolicy_enableAllSupportedRegions_Disable_us-east-1.json` with the JSON policy text in it. It uses that file to create a new Security Hub CSPM policy.