AWS RDS
Connect dba.ai to your AWS RDS and Aurora PostgreSQL instances for automated monitoring, optimization, and issue resolution.
Overview
dba.ai integrates with PostgreSQL to help you:
- Monitor and optimize your PostgreSQL database performance
- Detect and diagnose issues automatically
- Receive AI-powered recommendations for improvements
- Implement fixes with minimal effort
Connection Methods
You can connect dba.ai to your AWS RDS instances using one of two methods:
1. AWS IAM Integration (Recommended)
This method creates a role in your AWS Account that the dba.ai service is able to assume. It also creates all the necessary AWS resources to make cross account access secure. dba.ai will use a Cloudformation to create the necessary resources to connect to your AWS account and discover Postgres instances. You can view the Cloudformation template here.
Requirements:
- AWS Secrets Manager enabled for your Postgres instance
- an AWS role with select permissions
In order to do this, you will need to have access to an AWS role with the following permissions:
- Open a browser and login to your AWS account using a role with the permissions listed above.
- In the same browser navigate to dba.ai and login. Click on your user icon (lower left corner), then navigate to Settings > Connection -> Amazon Web Services -> Connect
- Click Open AWS Authorization Page in the popup. This will take you to the Cloudformation page within your AWS account
- Accept the Capabilities then click Create Stack and wait for the account to synchronize.
2. Direct Database Connection
A simpler method is to provide your database connection url directly to dba.ai. It is recommended to create a new role for this.
- Login with your browser at dba.ai, then click on your user icon (lower left corner) and navigate to Settings > Connections -> Amazon Web Services -> Connect
- Give the instance a name and provide the connection string using the user and password created above.
- Click Connect Database
Parameters and Configuration
For optimal performance with dba.ai, we recommend the following PostgreSQL parameter settings:
shared_preload_libraries
: Includepg_stat_statements
track_activity_query_size
: Set to at least2048
pg_stat_statements.track
: Set toALL
log_min_duration_statement
: Set to1000
(milliseconds) or lower
Troubleshooting
If you encounter connection issues:
- Check that the database user has sufficient permissions
- Ensure your RDS instance is in the “Available” state
For persistent issues, please contact support@dba.ai with:
- RDS instance identifier
- Error messages received
- Connection method used
Next Steps
After connecting your AWS RDS instance:
- Configure issue alerts to receive notifications
- Set up automated pull requests for fixes
- Explore your database performance dashboard
- Review recommended optimization opportunities
Was this page helpful?