In RDS console → your DB → Modify → Connectivity → set Public accessibility to Yes. Apply immediately.
AWS RDS Connector
Connect your PostgreSQL database, select tables, and anonymise at scale.
AWS RDS PostgreSQL
Database Connection
Enter your RDS PostgreSQL credentials.
Setup Checklist 3 steps
1
Enable Public Accessibility
2
Open Security Group Port 5432
Go to your RDS instance's Security Group → Edit inbound rules → Add rule:
Type: PostgreSQL (5432)
Source: 0.0.0.0/0 (for demo)
Description: Adam connector
3
Grant Read Access (optional)
If using a restricted user, grant SELECT on your tables:
GRANT CONNECT ON DATABASE mydb TO myuser;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO myuser;
Credentials are used only for this session and are never stored permanently.
Select Tables
Choose which tables to pull and anonymise.
⏳
Loading tables…
Processing
Pulling and anonymising selected tables.
Preparing…
0%
Anonymised Results
Select a table to preview, then download.
Download All Tables
Download the complete anonymised dataset (all selected tables combined).
📄
CSV Bundle
All tables as separate CSV files in a zip archive
{ }
JSON Export
All tables with provenance metadata as JSON
Provenance Record
Full lineage metadata for this run.