AWS AmazonRDS documentation change
Summary
Added Db2 parameter group requirements for BYOL replicas and reordered database engine list in multiple sections
Security assessment
The primary change adds documentation about Db2 BYOL licensing requirements (IBM Site ID and Customer ID in parameter groups), which relates to license compliance rather than security. The database engine order changes are editorial. No security vulnerabilities or mitigations are mentioned.
Diff
diff --git a/AmazonRDS/latest/UserGuide/USER_ReadRepl.XRgn.md b/AmazonRDS/latest/UserGuide/USER_ReadRepl.XRgn.md index 88ad7195b..c0e1d838f 100644 --- a//AmazonRDS/latest/UserGuide/USER_ReadRepl.XRgn.md +++ b//AmazonRDS/latest/UserGuide/USER_ReadRepl.XRgn.md @@ -88 +88 @@ To create an encrypted read replica, the source DB instance must be encrypted. T -To create a read replica from a source MySQL, Microsoft SQL Server, MariaDB, Oracle, or PostgreSQL DB instance in a different AWS Region, you can use the [`create-db-instance-read-replica`](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html) command. In this case, you use [`create-db-instance-read-replica`](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html) from the AWS Region where you want the read replica (destination Region) and specify the Amazon Resource Name (ARN) for the source DB instance. An ARN uniquely identifies a resource created in Amazon Web Services. +To create a read replica from a source MariaDB, Microsoft SQL Server, MySQL, Oracle, or PostgreSQL DB instance in a different AWS Region, you can use the [`create-db-instance-read-replica`](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html) command. In this case, you use [`create-db-instance-read-replica`](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html) from the AWS Region where you want the read replica (destination Region) and specify the Amazon Resource Name (ARN) for the source DB instance. An ARN uniquely identifies a resource created in Amazon Web Services. @@ -164 +164 @@ If `--source-region` isn't specified, specify a `--pre-signed-url` value. A _pre -To create a read replica from a source MySQL, Microsoft SQL Server, MariaDB, Oracle, or PostgreSQL DB instance in a different AWS Region, you can call the Amazon RDS API operation [CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html). In this case, you call [CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html) from the AWS Region where you want the read replica (destination Region) and specify the Amazon Resource Name (ARN) for the source DB instance. An ARN uniquely identifies a resource created in Amazon Web Services. +To create a read replica from a source MariaDB, MySQL, Microsoft SQL Server, Oracle, or PostgreSQL DB instance in a different AWS Region, you can call the Amazon RDS API operation [CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html). In this case, you call [CreateDBInstanceReadReplica](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstanceReadReplica.html) from the AWS Region where you want the read replica (destination Region) and specify the Amazon Resource Name (ARN) for the source DB instance. An ARN uniquely identifies a resource created in Amazon Web Services. @@ -249 +249,3 @@ This limitation doesn't apply to DB instances running RDS for PostgreSQL version -For the MySQL and Oracle DB engines, you can specify a custom parameter group for the read replica in the `--db-parameter-group-name` option of the AWS CLI command [`create-db-instance-read-replica`](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html). You can't specify a custom parameter group when you use the AWS Management Console. +For the Db2 DB engine, you must specify a custom parameter group for the replica. For replicas that use the BYOL model, this custom parameter group must include your IBM Site ID and IBM Customer ID. You can specify this custom parameter group for the replica by using the AWS Management Console, the AWS CLI, or the RDS API. For more information, see [IBM IDs for Bring Your Own License for Db2](./db2-licensing.html#db2-prereqs-ibm-info). + +For the MySQL and Oracle DB engines, you can specify a custom parameter group for the read replica in the `--db-parameter-group-name` option of the AWS CLI command [create-db-instance-read-replica](https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance-read-replica.html). You can't specify a custom parameter group when you use the AWS Management Console.