Applying database minor version upgrades
RDS for SQL Server Developer Edition requires creating a new custom cngine version (CEV) with latest cumulative update to apply database minor version upgrade. Database minor version upgrades for SQL Server Developer Edition involve the following steps:
-
Before upgrading, verify current engine version on the instance, identify the target database engine version from Amazon RDS supported versions. For information about what SQL Server versions are available on Amazon RDS, see .
-
Obtain and upload installation media (ISO and CU), then create a new custom engine version.
-
Apply database minor version upgrade by using Amazon RDS
modify-db-instancewith the new CEV.aws rds modify-db-instance \ --db-instance-identifier <instance-id> \ --engine-version <new-cev-version> \ --no-apply-immediately ## use --apply-immediately for immediate updateNote
--no-apply-immediately(the default) to apply the changes during the next maintenance window.