AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-12-10 · Documentation low

File: prescriptive-guidance/latest/patterns/automate-aws-resource-inventory.md

Summary

Updated references to 'Amazon Quick Suite' to 'Amazon Quick Sight' throughout the document, corrected product names in links and descriptions, updated an image URL, and clarified that Quick Sight is part of Quick Suite.

Security assessment

The changes primarily involve product name corrections and documentation link updates. There is no evidence of security vulnerabilities, weaknesses, or incident response being addressed. The updates are routine documentation improvements without security-specific content additions.

Diff

diff --git a/prescriptive-guidance/latest/patterns/automate-aws-resource-inventory.md b/prescriptive-guidance/latest/patterns/automate-aws-resource-inventory.md
index a7c7996c8..28577e473 100644
--- a//prescriptive-guidance/latest/patterns/automate-aws-resource-inventory.md
+++ b//prescriptive-guidance/latest/patterns/automate-aws-resource-inventory.md
@@ -13 +13 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles
-This pattern outlines an automated approach to maintaining a comprehensive inventory of AWS resources across multiple accounts and AWS Regions. It is designed to help infrastructure and security engineers improve their resource management practices. It uses AWS Config to track resource changes, Amazon Athena for querying, and Amazon Quick Suite for interactive dashboards. You implement this solution by deploying an AWS CloudFormation stack.
+This pattern outlines an automated approach to maintaining a comprehensive inventory of AWS resources across multiple accounts and AWS Regions. It is designed to help infrastructure and security engineers improve their resource management practices. It uses AWS Config to track resource changes, Amazon Athena for querying, and Amazon Quick Sight for interactive dashboards. You implement this solution by deploying an AWS CloudFormation stack.
@@ -15 +15 @@ This pattern outlines an automated approach to maintaining a comprehensive inven
-This solution is similar to the one presented in [Visualizing AWS Config data using Amazon Athena and Amazon Quick Suite](https://aws.amazon.com/blogs/mt/visualizing-aws-config-data-using-amazon-athena-and-amazon-quicksight/) (AWS blog post). This pattern expands on that solution to address the following common requirements and provide the following key benefits:
+This solution is similar to the one presented in [Visualizing AWS Config data using Amazon Athena and Amazon Quick Sight](https://aws.amazon.com/blogs/mt/visualizing-aws-config-data-using-amazon-athena-and-amazon-quicksight/) (AWS blog post). This pattern expands on that solution to address the following common requirements and provide the following key benefits:
@@ -19 +19 @@ This solution is similar to the one presented in [Visualizing AWS Config data us
-  * **Customization framework** – It provides a foundation for creating Quick Suite dashboards for various AWS resources, so that you can customize the solution to your specific requirements.
+  * **Customization framework** – It provides a foundation for creating Quick Sight dashboards for various AWS resources, so that you can customize the solution to your specific requirements.
@@ -48 +48 @@ Infrastructure, security, and finance teams often face visibility and collaborat
-    * An [authorized connection](https://docs.aws.amazon.com/quicksight/latest/user/athena.html) between Quick Suite and Amazon Athena
+    * An [authorized connection](https://docs.aws.amazon.com/quicksight/latest/user/athena.html) between Quick Sight and Amazon Athena
@@ -62 +62 @@ Infrastructure, security, and finance teams often face visibility and collaborat
-    * Quick Suite datasets and data sources
+    * Quick Sight datasets and data sources
@@ -88 +88 @@ The following diagram shows a streamlined process for collecting, organizing, an
-![Collecting and visualizing configuration and compliance data across an organization.](/images/prescriptive-guidance/latest/patterns/images/pattern-img/67a9667a-da19-4dcb-a2fe-62bc94a0541b/images/275714e8-aaa9-4766-83dd-2a628896d543.png)
+![Collecting and visualizing configuration and compliance data across an organization.](/images/prescriptive-guidance/latest/patterns/images/pattern-img/67a9667a-da19-4dcb-a2fe-62bc94a0541b/images/c9245de1-ac85-4a9e-a0c0-dbcc27a8bb5d.png)
@@ -102 +102 @@ The diagram shows the following workflow:
-  6. [Dashboards](https://docs.aws.amazon.com/quicksight/latest/user/using-dashboards.html) in Amazon Quick Suite help you to visualize and analyze the datasets.
+  6. [Dashboards](https://docs.aws.amazon.com/quicksight/latest/user/using-dashboards.html) in Quick Sight help you to visualize and analyze the datasets.
@@ -123 +123 @@ The diagram shows the following workflow:
-  * [Amazon Quick Suite](https://docs.aws.amazon.com/quicksight/latest/user/welcome.html) is a cloud-scale business intelligence (BI) service that helps you visualize, analyze, and report your data in a single dashboard.
+  * [Amazon Quick Sight](https://docs.aws.amazon.com/quicksuite/latest/userguide/quick-bi.html) is a business intelligence (BI) service that helps you transform raw data into meaningful insights through interactive visualizations, dashboards, and reports. Quick Sight is a core component of Amazon Quick Suite.
@@ -134 +134 @@ The diagram shows the following workflow:
-The AWS CloudFormation template for this pattern is available in the [AWS Config visualization](https://github.com/aws-samples/aws-management-and-governance-samples/blob/master/AWSConfig/AWS-Config-Visualization/README.md) GitHub repository. This CloudFormation template deploys an AWS Systems Manager automation runbook that sets up AWS Config for use with Amazon Athena. This automation prepares AWS Glue to connect with the designated Amazon S3 bucket, creates views in Amazon Athena, and configures Amazon Quick Suite for dashboard visualization.
+The AWS CloudFormation template for this pattern is available in the [AWS Config visualization](https://github.com/aws-samples/aws-management-and-governance-samples/blob/master/AWSConfig/AWS-Config-Visualization/README.md) GitHub repository. This CloudFormation template deploys an AWS Systems Manager automation runbook that sets up AWS Config for use with Amazon Athena. This automation prepares AWS Glue to connect with the designated Amazon S3 bucket, creates views in Amazon Athena, and configures Quick Sight for dashboard visualization.
@@ -210 +210 @@ Refresh data.| To schedule dataset refreshes according to your specific requirem
-Create an analysis.| To create a dashboard in Quick Suite that helps you visualize the resources, follow the instructions in [Starting an analysis in Amazon Quick Suite](https://docs.aws.amazon.com/quicksight/latest/user/creating-an-analysis.html).| QuickSight administrator  
+Create an analysis.| To create a dashboard in Quick Sight that helps you visualize the resources, follow the instructions in [Starting an analysis in Quick Sight](https://docs.aws.amazon.com/quicksuite/latest/userguide/creating-an-analysis.html).| Quick Suite administrator  
@@ -213 +213 @@ Create a dashboard.|
-  1. After you finish modifying your Quick Suite analysis, follow the instructions in [Publishing dashboards](https://docs.aws.amazon.com/quicksight/latest/user/creating-a-dashboard.html) to create a dashboard. A _dashboard_ is an analysis that you can share with other Quick Suite users.
+  1. After you finish modifying your Quick Sight analysis, follow the instructions in [Publishing dashboards](https://docs.aws.amazon.com/quicksight/latest/user/creating-a-dashboard.html) to create a dashboard. A _dashboard_ is an analysis that you can share with other Quick Suite users.
@@ -216 +216 @@ Create a dashboard.|
-| QuickSight administrator  
+| Quick Suite administrator  
@@ -255 +255 @@ In Amazon Athena, you encounter the following message:`Before you run your first
-  * [Amazon Quick Suite documentation](https://docs.aws.amazon.com/quicksight/latest/user/welcome.html)
+  * [Amazon Quick Suite documentation](https://docs.aws.amazon.com/quicksuite/latest/userguide/what-is.html)