AWS prescriptive-guidance documentation change
Summary
Updated author affiliations, simplified table formatting, and corrected quote usage in code samples
Security assessment
Changes involve formatting improvements and credential masking in examples but do not address security vulnerabilities or add new security documentation. The password field remains properly obfuscated.
Diff
diff --git a/prescriptive-guidance/latest/patterns/integrate-stonebranch-universal-controller-with-aws-mainframe-modernization.md b/prescriptive-guidance/latest/patterns/integrate-stonebranch-universal-controller-with-aws-mainframe-modernization.md index 0680134a3..3cceceebe 100644 --- a//prescriptive-guidance/latest/patterns/integrate-stonebranch-universal-controller-with-aws-mainframe-modernization.md +++ b//prescriptive-guidance/latest/patterns/integrate-stonebranch-universal-controller-with-aws-mainframe-modernization.md @@ -9 +9,3 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit - _Created by Vaidy Sankaran (AWS), Robert Lemieux (Stonebranch), Huseyin Gomleksizoglu (Stonebranch), and Pablo Alonso Prieto (AWS)_ + _Vaidy Sankaran and Pablo Alonso Prieto, Amazon Web Services_ + + _Robert Lemieux and Huseyin Gomleksizoglu, Stonebranch_ @@ -176 +178 @@ Each of your instances has a URL, as shown in the following example. -**Environment**| **Instance** +Environment| Instance @@ -209 +211 @@ Stonebranch Universal Controller is set to back up and purge old data following -**Type**| **Schedule** +Type| Schedule @@ -293 +295 @@ Install Universal Controller.| - $ sudo ./install-controller.sh --tomcat-dir /usr/share/tomcat/ --controller-file universal-controller-7.2.0.0-build.145.war --dbuser admin --dbpass “****” --dbname uc --rdbms mysql --dburl jdbc:mysql://database-2-instance-1.cih63miincgy.us-east-1.rds.amazonaws.com:3306/ + $ sudo ./install-controller.sh --tomcat-dir /usr/share/tomcat/ --controller-file universal-controller-7.2.0.0-build.145.war --dbuser admin --dbpass "****" --dbname uc --rdbms mysql --dburl jdbc:mysql://database-2-instance-1.cih63miincgy.us-east-1.rds.amazonaws.com:3306/ @@ -295 +297 @@ Install Universal Controller.| -The last line of the output of the script should be “Installation complete.” +The last line of the output of the script should be "Installation complete."