What Do I Do If I Audit RDS Postgres Database but No Audit Result Is Displayed?
Symptom
No audit result is displayed after an RDS Postgres database is audited.
Possible Causes
- The configuration of the DBSS audit instance is incorrect. Check the configuration again.
- If the configuration is correct but no audit result is displayed, connect to the database instance in non-SSL mode.
Solutions
Run the following command to connect to the database:
psql -h xxx.xxx.xxx -p 5432 "dbname=postgres user=root sslmode=disable"
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.