AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

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

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

Summary

Updated documentation to use 'QuickSight' instead of 'Amazon QuickSight' in multiple instances for consistency, removed redundant product name references

Security assessment

The changes are purely editorial, focusing on branding consistency by shortening 'Amazon QuickSight' to 'QuickSight'. There is no mention of security vulnerabilities, access controls, encryption, or other security-related concepts. The modifications do not introduce or modify any security guidance.

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 c54feaba9..510d0a6b6 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
@@ -17 +17 @@ This pattern presents a solution for generating business insights and creating s
-After the data is available in Amazon 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 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.
@@ -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 Amazon 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 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).
@@ -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 Amazon QuickSight.
+This pattern uses a Lambda function to convert the mainframe file into a format supported by QuickSight.
@@ -74 +74 @@ The diagram shows the following workflow:
-  4. The data in the file is ingested by Amazon QuickSight.
+  4. The data in the file is ingested by QuickSight.
@@ -76 +76 @@ The diagram shows the following workflow:
-  5. Users access the data in Amazon QuickSight. You can use Amazon Q in QuickSight to interact with the data by using natural language prompts.
+  5. Users access the data in QuickSight. You can use Amazon Q in QuickSight to interact with the data by using natural language prompts.
@@ -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 Amazon 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 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.
@@ -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 Amazon 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 QuickSight. 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 Amazon QuickSight.| To set up Amazon 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 Amazon QuickSight.| To create a dataset for Amazon 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 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  
@@ -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 Amazon QuickSight, do the following:
+Analyze mainframe data and build a visual dashboard.| To analyze and visualize your data in QuickSight, 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 Amazon 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 QuickSight, see the following patterns: