简介: AWS连接服务器到PgAdmin 4,PostgreSQL 11
完成:我做过类似于这 guy或这个aws指南的操作,但是在最后,当我单击保存时,它不会接受它。相反,给出以下内容
错误:
Error saving properties
Unable to connect to server:
timeout expired
Your account does not support the EC2-Classic Platform in this region.
DB Security Groups are only needed when the EC2-Classic Platform is supported.
Instead, use VPC Security Groups to control access to your DB Instances.
发布于 2020-04-06 20:22:17
必须将“编辑入站规则类型”转换为:“所有流量和我的IP”。比它起作用
发布于 2020-04-30 18:07:03
默认情况下,在AWS中创建数据库时,公共可访问性设置为false。
有两个选项,要么在创建数据库时将其选择为true,要么如果忘记选择它,可以修改数据库并将其设置为true。
展开附加连接配置部分,您将找到将“公共访问”设置为“是”的设置
https://serverfault.com/questions/1011144
复制相似问题