Using Claude Code or Cursor? It can do the checks for you
Using Claude Code or Cursor? It can do the checks for you
With the ardent-cli skill installed, a short ask is enough — the skill fetches this page and runs the checks:Without the skill, paste the full directions:
1
Enable logical replication
Create or modify a parameter group for your RDS Postgres major version and set:Apply the parameter group to your instance.
2
Allow network access
In the RDS console, open Databases > your instance > Connectivity & security and confirm the endpoint and port. Allow Ardent’s outbound IP to reach the instance on the Postgres port, usually
5432. Ask your Ardent contact for the current outbound IP if you don’t have it.3
Grant the replication role
Connect as a role with Per-database and per-schema grants may also be needed — preflight generates the exact SQL for those.
rds_superuser privileges and grant RDS’s replication role to the user Ardent will connect as:- If preflight says the source is a read replica, use the writer endpoint instead.
- WAL retention: replication slots retain WAL while a consumer is behind. A very low retention limit can invalidate the slot under heavy writes or long transactions, forcing a connector rebuild. Leave enough headroom and watch long-running transactions.