DMS replication instances should have automatic minor version upgrade enabled
Identifier
athena-enable-logging
Category
Identify > Vulnerability, patch, and version management
Description
This control checks whether AWS Database Migration Service (DMS) replication instances have automatic minor version upgrades enabled. Enabling this feature ensures that the replication instance automatically receives the latest minor engine version updates, which include important security patches and stability improvements.
This is enforced by setting auto_minor_version_upgrade = true in the Terraform configuration of the aws_dms_replication_instance resource.
Non Compliant Example
| Terraform | |
|---|---|
Remediation
To fix this violation, enable automatic minor version upgrades by setting auto_minor_version_upgrade = true:
| Terraform | |
|---|---|