AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

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

File: prescriptive-guidance/latest/patterns/generate-data-insights-by-using-aws-mainframe-modernization-and-amazon-q-in-quicksight.md

Summary

Multiple instances of 'QuickSight' replaced with 'Quick Suite' throughout the document, including service references, data format requirements, and setup instructions.

Security assessment

The changes appear to be a branding or terminology update from 'QuickSight' to 'Quick Suite', but do not introduce or modify security-related content. There is no evidence of addressing vulnerabilities, access controls, encryption, or other security mechanisms. The modifications are purely related to service naming conventions in documentation.

Diff

diff --git a/prescriptive-guidance/latest/patterns/generate-data-insights-by-using-aws-mainframe-modernization-and-amazon-q-in-quicksight.md b/prescriptive-guidance/latest/patterns/generate-data-insights-by-using-aws-mainframe-modernization-and-amazon-q-in-quicksight.md
index fe05811bc..cc915673c 100644
--- a//prescriptive-guidance/latest/patterns/generate-data-insights-by-using-aws-mainframe-modernization-and-amazon-q-in-quicksight.md
+++ b//prescriptive-guidance/latest/patterns/generate-data-insights-by-using-aws-mainframe-modernization-and-amazon-q-in-quicksight.md
@@ -15 +15 @@ If your organization is hosting business-critical data in a mainframe environmen
-This pattern presents a solution for generating business insights and creating sharable narratives from mainframe data by using [AWS Mainframe Modernization File Transfer](https://docs.aws.amazon.com/m2/latest/userguide/filetransfer.html) with BMC and [Amazon Q in QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/quicksight-gen-bi.html). Mainframe datasets are transferred to [Amazon Simple Storage Service (Amazon S3)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html) by using AWS Mainframe Modernization File Transfer with BMC. An AWS Lambda function formats and prepares mainframe data file for loading into Amazon QuickSight.
+This pattern presents a solution for generating business insights and creating sharable narratives from mainframe data by using [AWS Mainframe Modernization File Transfer](https://docs.aws.amazon.com/m2/latest/userguide/filetransfer.html) with BMC and [Amazon Q in QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/quicksight-gen-bi.html). Mainframe datasets are transferred to [Amazon Simple Storage Service (Amazon S3)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html) by using AWS Mainframe Modernization File Transfer with BMC. An AWS Lambda function formats and prepares mainframe data file for loading into Amazon Quick Suite.
@@ -17 +17 @@ This pattern presents a solution for generating business insights and creating s
-After the data is available in QuickSight, you can use natural language prompts with Amazon Q in QuickSight to create summaries of the data, ask questions, and generate data stories. You don't have to write SQL queries or learn a business intelligence (BI) tool.
+After the data is available in Quick Suite, you can use natural language prompts with Amazon Q in QuickSight to create summaries of the data, ask questions, and generate data stories. You don't have to write SQL queries or learn a business intelligence (BI) tool.
@@ -53 +53 @@ After you create the dashboard, you generate a data story that explains the insi
-  * Your mainframe data file should be in one of the file formats supported by QuickSight. For a list supported file formats, see the [Amazon QuickSight documentation](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-sources.html#file-data-sources).
+  * Your mainframe data file should be in one of the file formats supported by Quick Suite. For a list supported file formats, see the [Amazon Quick Suite documentation](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-sources.html#file-data-sources).
@@ -55 +55 @@ After you create the dashboard, you generate a data story that explains the insi
-This pattern uses a Lambda function to convert the mainframe file into a format supported by QuickSight.
+This pattern uses a Lambda function to convert the mainframe file into a format supported by Quick Suite.
@@ -74 +74 @@ The diagram shows the following workflow:
-  4. The data in the file is ingested by QuickSight.
+  4. The data in the file is ingested by Quick Suite.
@@ -76 +76 @@ The diagram shows the following workflow:
-  5. Users access the data in QuickSight. You can use Amazon Q in QuickSight to interact with the data by using natural language prompts.
+  5. Users access the data in Quick Suite. You can use Amazon Q in QuickSight to interact with the data by using natural language prompts.
@@ -89 +89 @@ The diagram shows the following workflow:
-  * [Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/welcome.html) is a cloud-scale BI service that helps you visualize, analyze, and report your data in a single dashboard. This pattern uses the generative BI capabilities of [Amazon Q in QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/working-with-quicksight-q.html).
+  * [Amazon Quick Suite](https://docs.aws.amazon.com/quicksight/latest/user/welcome.html) is a cloud-scale BI service that helps you visualize, analyze, and report your data in a single dashboard. This pattern uses the generative BI capabilities of [Amazon Q in QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/working-with-quicksight-q.html).
@@ -100 +100 @@ The diagram shows the following workflow:
-  * Ensure that your source dataset has [supported data types](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-types-and-values.html) for QuickSight. If your source dataset contains unsupported data types, convert them to supported data types. For information about unsupported mainframe data types and how to convert them to data types supported by Amazon Q in QuickSight, see the Related resources section.
+  * Ensure that your source dataset has [supported data types](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-types-and-values.html) for Quick Suite. If your source dataset contains unsupported data types, convert them to supported data types. For information about unsupported mainframe data types and how to convert them to data types supported by Amazon Q in QuickSight, see the Related resources section.
@@ -155 +155 @@ Verify the transfer task.| To verify that the data transfer is successful, follo
-Verify the Lambda copy function.| Verify that the Lambda function is initiated and that the file is copied with a .csv extension to the source dataset S3 bucket.The .csv file created by the Lambda function is the input data file for QuickSight. For example data, see the `Sample-data-member-healthcare-APG` file in the Attachments section.| Migration lead  
+Verify the Lambda copy function.| Verify that the Lambda function is initiated and that the file is copied with a .csv extension to the source dataset S3 bucket.The .csv file created by the Lambda function is the input data file for Quick Suite. For example data, see the `Sample-data-member-healthcare-APG` file in the Attachments section.| Migration lead  
@@ -159,2 +159,2 @@ Task| Description| Skills required
-Set up QuickSight.| To set up QuickSight, follow the instructions in the [AWS documentation](https://docs.aws.amazon.com/quicksight/latest/user/setting-up.html).| Migration lead  
-Create a dataset for QuickSight.| To create a dataset for QuickSight, follow the instructions in the [AWS documentation](https://docs.aws.amazon.com/quicksight/latest/user/create-a-data-set-s3.html). The input data file is the converted mainframe file that was created when you defined the mainframe data transfer task.| Migration lead  
+Set up Quick Suite.| To set up Quick Suite, follow the instructions in the [AWS documentation](https://docs.aws.amazon.com/quicksight/latest/user/setting-up.html).| Migration lead  
+Create a dataset for Quick Suite.| To create a dataset for Quick Suite, follow the instructions in the [AWS documentation](https://docs.aws.amazon.com/quicksight/latest/user/create-a-data-set-s3.html). The input data file is the converted mainframe file that was created when you defined the mainframe data transfer task.| Migration lead  
@@ -172 +172 @@ Set up Amazon Q in QuickSight.| This capability requires Enterprise Edition. To
-Analyze mainframe data and build a visual dashboard.| To analyze and visualize your data in QuickSight, do the following:
+Analyze mainframe data and build a visual dashboard.| To analyze and visualize your data in Quick Suite, do the following:
@@ -219 +219 @@ Unable to discover the mainframe files or datasets entered in **Data sets search
-To convert mainframe data types such as [PACKED-DECIMAL (COMP-3)](https://www.ibm.com/docs/en/cobol-zos/6.3?topic=v6-packed-decimal-comp-3) or [BINARY (COMP or COMP-4)](https://www.ibm.com/docs/en/cobol-zos/6.3?topic=v6-binary-comp-comp-4) to a [data type](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-types-and-values.html) supported by QuickSight, see the following patterns:
+To convert mainframe data types such as [PACKED-DECIMAL (COMP-3)](https://www.ibm.com/docs/en/cobol-zos/6.3?topic=v6-packed-decimal-comp-3) or [BINARY (COMP or COMP-4)](https://www.ibm.com/docs/en/cobol-zos/6.3?topic=v6-binary-comp-comp-4) to a [data type](https://docs.aws.amazon.com/quicksight/latest/user/supported-data-types-and-values.html) supported by Quick Suite, see the following patterns: