Using Console
Using CLI
modify-db-instance
to enable logging for the RDS instance. You need to specify the --db-instance-identifier
for your RDS instance and set the --cloudwatch-logs-export-configuration
parameter to enable CloudWatch Logs export for the instance.describe-db-instances
to verify that the logging configuration has been successfully updated for the RDS instance.reboot-db-instance
to restart the RDS instance.Using Python