AWS Security ChangesHomeSearch

AWS securityhub documentation change

Service: securityhub · 2025-11-19 · Documentation low

File: securityhub/latest/partnerguide/integration-faq.md

Summary

Updated documentation to remove 'AWS' prefix from CloudFormation references throughout the file

Security assessment

Changes only modify branding terminology (AWS CloudFormation → CloudFormation) without altering security functionality or addressing vulnerabilities. No security implications identified in the wording changes.

Diff

diff --git a/securityhub/latest/partnerguide/integration-faq.md b/securityhub/latest/partnerguide/integration-faq.md
index 746e382b3..bd490266f 100644
--- a//securityhub/latest/partnerguide/integration-faq.md
+++ b//securityhub/latest/partnerguide/integration-faq.md
@@ -47 +47 @@ You can also use CloudWatch Events to receive findings from Security Hub.
-    5. Create a deployment framework for customers. For example, AWS CloudFormation scripts can serve this purpose.
+    5. Create a deployment framework for customers. For example, CloudFormation scripts can serve this purpose.
@@ -83 +83 @@ Partners have used different approaches for this, as it is highly dependent on t
-For example, some partners build a Python app that can be deployed as an AWS CloudFormation script. The script gathers the partner's findings from the customer environment, transforms them into ASFF, and sends them to the Security Hub Regional endpoint.
+For example, some partners build a Python app that can be deployed as an CloudFormation script. The script gathers the partner's findings from the customer environment, transforms them into ASFF, and sends them to the Security Hub Regional endpoint.
@@ -246 +246 @@ When a user selects a custom action, a CloudWatch event is created for those spe
-You can use the custom action API operations, such as `CreateActionTarget`, to automatically create available actions for your product (such as using AWS CloudFormation templates). You would also use CloudWatch Events rule API operations to create corresponding CloudWatch Events rules that are associated with the custom action. Using AWS CloudFormation templates, you can also create CloudWatch Events rules to automatically ingest from Security Hub all findings or all findings with certain characteristics.
+You can use the custom action API operations, such as `CreateActionTarget`, to automatically create available actions for your product (such as using CloudFormation templates). You would also use CloudWatch Events rule API operations to create corresponding CloudWatch Events rules that are associated with the custom action. Using CloudFormation templates, you can also create CloudWatch Events rules to automatically ingest from Security Hub all findings or all findings with certain characteristics.
@@ -256 +256 @@ If the MSSP is a finding provider, they must demonstrate sending findings to Sec
-If the MSSP only receives findings from Security Hub, they must at a minimum have an AWS CloudFormation template to set up the appropriate CloudWatch Events rules.
+If the MSSP only receives findings from Security Hub, they must at a minimum have an CloudFormation template to set up the appropriate CloudWatch Events rules.
@@ -282 +282 @@ Integration architectures between Security Hub and partner products vary from pa
-If you are deploying integration software into the customer's AWS environment, you should leverage AWS CloudFormation templates to simplify the integration. Some partners have created a one-click integration, which is highly encouraged. 
+If you are deploying integration software into the customer's AWS environment, you should leverage CloudFormation templates to simplify the integration. Some partners have created a one-click integration, which is highly encouraged. 
@@ -286 +286 @@ If you are deploying integration software into the customer's AWS environment, y
-You must provide a link to documentation that describes the integration and setup process between your product and Security Hub, including your use of AWS CloudFormation templates.
+You must provide a link to documentation that describes the integration and setup process between your product and Security Hub, including your use of CloudFormation templates.
@@ -308 +308 @@ You are encouraged to define custom insights for your findings. Insights are lig
-Security Hub has a `CreateInsight` API operation. You can create custom insights inside a customer account as part of your AWS CloudFormation template. These insights appear on the customer’s console.
+Security Hub has a `CreateInsight` API operation. You can create custom insights inside a customer account as part of your CloudFormation template. These insights appear on the customer’s console.