AWS dms documentation change
Summary
Updated two URL references by removing markdown link formatting and using raw URLs instead.
Security assessment
The change only modifies URL formatting from [text](url) to raw URLs. No security-related content was added, modified, or referenced.
Diff
diff --git a/dms/latest/sbs/chap-mysql2aurora.rdsmysql.md b/dms/latest/sbs/chap-mysql2aurora.rdsmysql.md index 852332d6d..2385dce68 100644 --- a//dms/latest/sbs/chap-mysql2aurora.rdsmysql.md +++ b//dms/latest/sbs/chap-mysql2aurora.rdsmysql.md @@ -75 +75 @@ MyISAM tables | Amazon Aurora MySQL supports InnoDB tables only. If you have My -Compressed tables | Amazon Aurora MySQL does not support compressed tables (that is, tables created with `ROW_FORMAT=COMPRESSED`). To reduce your chances of running out of space or to speed up the migration process, expand your compressed tables by setting `ROW_FORMAT` to `DEFAULT`, `COMPACT`, `DYNAMIC`, or `REDUNDANT`. For more information, see [https://dev.mysql.com/doc/refman/5.6/en/innodb-row-format.html](https://dev.mysql.com/doc/refman/5.6/en/innodb-row-format.html). +Compressed tables | Amazon Aurora MySQL does not support compressed tables (that is, tables created with `ROW_FORMAT=COMPRESSED`). To reduce your chances of running out of space or to speed up the migration process, expand your compressed tables by setting `ROW_FORMAT` to `DEFAULT`, `COMPACT`, `DYNAMIC`, or `REDUNDANT`. For more information, see https://dev.mysql.com/doc/refman/5.6/en/innodb-row-format.html. @@ -156 +156 @@ You can also choose for your new Aurora MySQL DB cluster to be encrypted "at res - 1. Sign in to the AWS Management Console and open the Amazon RDS console at [https://console.aws.amazon.com/rds/](https://console.aws.amazon.com/rds/). + 1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.