Search code examples
postgresqlamazon-web-servicesamazon-rdsamazon-auroradbeaver

How to connect DBeaver to cloned Amazon Aurora DB?


I have an Aurora PostgreSQL database on RDS:

enter image description here

I can successfully connect to it via DBeaver.

enter image description here

However, if I create another DB via clicking on Actions -> Create clone:

enter image description here

and create a DB, I cannot connect to that. In the form which comes up after I click Create clone, I did not change the default values. I named my DB, specified an ACU count and provided an Initial database name (as the form tells me: If you do not specify a database name, Amazon RDS does not create a database., see below).

enter image description here

Whenever I try to connect, I get:

enter image description here

I believe the master password should be the same (see this for example).

What am I doing wrong?


Solution

  • It seems that cloning doesn't mean all settings are copied, only some. If I set Public Access to Yes on the cloning form:

    enter image description here

    then the connection issue is resolved.