AWS prescriptive-guidance documentation change
Summary
Updated documentation formatting: replaced curly quotes with straight quotes in UI references, fixed author attribution formatting, and standardized punctuation in command examples.
Security assessment
Changes involve typographical corrections (quote style) and formatting updates without modifying security-related content. Existing security mentions (e.g., VPC security groups, encryption in transit) remain unchanged. No evidence of addressing vulnerabilities or adding new security guidance.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-a-microsoft-sql-server-database-from-amazon-ec2-to-amazon-documentdb-by-using-aws-dms.md b/prescriptive-guidance/latest/patterns/migrate-a-microsoft-sql-server-database-from-amazon-ec2-to-amazon-documentdb-by-using-aws-dms.md index a2a794703..3e123ac63 100644 --- a//prescriptive-guidance/latest/patterns/migrate-a-microsoft-sql-server-database-from-amazon-ec2-to-amazon-documentdb-by-using-aws-dms.md +++ b//prescriptive-guidance/latest/patterns/migrate-a-microsoft-sql-server-database-from-amazon-ec2-to-amazon-documentdb-by-using-aws-dms.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resources - _Created by Umamaheswara Nooka (AWS)_ + _Umamaheswara Nooka, Amazon Web Services_ @@ -87 +87 @@ Create a VPC.| Sign in to the AWS Management Console and open the Amazon VPC con -Create security groups and network ACLs.| On the Amazon VPC console, create security groups and network access control lists (network ACLs) for your VPC, according to your requirements. You can also use the default settings for these configurations. For more information about this and other stories, see the “Related resources” section.| System administrator +Create security groups and network ACLs.| On the Amazon VPC console, create security groups and network access control lists (network ACLs) for your VPC, according to your requirements. You can also use the default settings for these configurations. For more information about this and other stories, see the "Related resources" section.| System administrator @@ -91,2 +91,2 @@ Task| Description| Skills required -Create an Amazon DocumentDB cluster.| Open the Amazon DocumentDB console and choose “Clusters.” Choose “Create,” and create an Amazon DocumentDB cluster with one instance. Important: Make sure you configure this cluster with your VPC’s security groups.| System administrator -Install the mongo shell.| The mongo shell is a command-line utility that you use to connect to and query your Amazon DocumentDB cluster. To install it, run the “/etc/yum.repos.d/mongodb-org-3.6.repo” command to create the repository file. Run the “sudo yum install -y mongodb-org-shell” command to install the mongo shell. To encrypt data in transit, download the public key for Amazon DocumentDB, and then connect to your Amazon DocumentDB instance. For more information about these steps, see the “Related resources” section.| System administrator +Create an Amazon DocumentDB cluster.| Open the Amazon DocumentDB console and choose "Clusters." Choose "Create," and create an Amazon DocumentDB cluster with one instance. Important: Make sure you configure this cluster with your VPC’s security groups.| System administrator +Install the mongo shell.| The mongo shell is a command-line utility that you use to connect to and query your Amazon DocumentDB cluster. To install it, run the "/etc/yum.repos.d/mongodb-org-3.6.repo" command to create the repository file. Run the "sudo yum install -y mongodb-org-shell" command to install the mongo shell. To encrypt data in transit, download the public key for Amazon DocumentDB, and then connect to your Amazon DocumentDB instance. For more information about these steps, see the "Related resources" section.| System administrator @@ -97 +97 @@ Task| Description| Skills required -Create the AWS DMS replication instance.| Open the AWS DMS console and choose “Create replication instance.” Enter a name and description for your replication task. Choose the instance class, engine version, storage, VPC, Multi-AZ, and make it publicly accessible. Choose the “Advanced” tab to set the network and encryption settings. Specify the maintenance settings, and then choose “Create replication instance.”| System administrator +Create the AWS DMS replication instance.| Open the AWS DMS console and choose "Create replication instance." Enter a name and description for your replication task. Choose the instance class, engine version, storage, VPC, Multi-AZ, and make it publicly accessible. Choose the "Advanced" tab to set the network and encryption settings. Specify the maintenance settings, and then choose "Create replication instance."| System administrator @@ -102,2 +102,2 @@ Task| Description| Skills required -Create the source and target database endpoints.| Open the AWS DMS console and choose “Connect source and target database endpoints.” Specify the connection information for the source and target databases. If required, choose the “Advanced” tab to set values for “Extra connection attributes.” Download and use the certificate bundle in your endpoint configuration.| System administrator -Test the endpoint connection. | Choose “Run test” to test the connection. Troubleshoot any error messages by verifying the security group settings and the connections to the AWS DMS replication instance from both the source and target database instances.| System administrator +Create the source and target database endpoints.| Open the AWS DMS console and choose "Connect source and target database endpoints." Specify the connection information for the source and target databases. If required, choose the "Advanced" tab to set values for "Extra connection attributes." Download and use the certificate bundle in your endpoint configuration.| System administrator +Test the endpoint connection. | Choose "Run test" to test the connection. Troubleshoot any error messages by verifying the security group settings and the connections to the AWS DMS replication instance from both the source and target database instances.| System administrator @@ -107,3 +107,3 @@ Task| Description| Skills required -Create the AWS DMS migration task. | On the AWS DMS console, choose “Tasks,” “Create task.” Specify the task options, including the source and destination endpoint names, and replication instance names. Under “Migration type” choose “Migrate existing data,” and “Replicate data changes only.” Choose “Start task.”| System administrator -Run the AWS DMS migration task.| Under "Task settings,” specify the settings for the table preparation mode, such as “Do nothing,” “Drop tables on target,” “Truncate,” and “Include LOB columns in replication.” Set a maximum LOB size that AWS DMS will accept and choose “Enable logging.” Leave the “Advanced settings” at their default values and choose “Create task.”| System administrator -Monitor the migration.| On the AWS DMS console, choose “Tasks” and choose your migration task. Choose “Task monitoring” to monitor your task. The task stops when the full-load migration is complete and cached changes are applied.| System administrator +Create the AWS DMS migration task. | On the AWS DMS console, choose "Tasks," "Create task." Specify the task options, including the source and destination endpoint names, and replication instance names. Under "Migration type" choose "Migrate existing data," and "Replicate data changes only." Choose "Start task."| System administrator +Run the AWS DMS migration task.| Under "Task settings," specify the settings for the table preparation mode, such as "Do nothing," "Drop tables on target," "Truncate," and "Include LOB columns in replication." Set a maximum LOB size that AWS DMS will accept and choose "Enable logging." Leave the "Advanced settings" at their default values and choose "Create task."| System administrator +Monitor the migration.| On the AWS DMS console, choose "Tasks" and choose your migration task. Choose "Task monitoring" to monitor your task. The task stops when the full-load migration is complete and cached changes are applied.| System administrator @@ -113,2 +113,2 @@ Task| Description| Skills required -Connect to the Amazon DocumentDB cluster by using the mongo shell.| Open the Amazon DocumentDB console, choose your cluster under “Clusters.” In the “Connectivity and Security” tab, choose “Connect to this cluster with the mongo shell.”| System administrator -Verify the results of your migration.| Run the "use" command with the name of your database and then run the “show collections” command. Run the “db. .count();” command with the name of your database. If the results match your source database, then your migration was successful.| System administrator +Connect to the Amazon DocumentDB cluster by using the mongo shell.| Open the Amazon DocumentDB console, choose your cluster under "Clusters." In the "Connectivity and Security" tab, choose "Connect to this cluster with the mongo shell."| System administrator +Verify the results of your migration.| Run the "use" command with the name of your database and then run the "show collections" command. Run the "db. .count();" command with the name of your database. If the results match your source database, then your migration was successful.| System administrator