amazon-rds

PGAdmin III cannot connect AWS RDS

血红的双手。 提交于 2020-08-24 10:40:12
问题 I am trying to connect AWS RDS PostgreSql from PgAdmin 3. I followed the below link http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.html In Security Group, I also added PostgreSQL and All traffic as below The "publicly accessible" flag was enabled (updated after Mark B's comment) I got the error from PGAdmin3 Very appreciate for any suggestion ******UPDATE******* I can connect pgAdminIII to AWS RDS successfully using home wifi, but cannot connect using

Change security group on AWS RDS Database Instance

六眼飞鱼酱① 提交于 2020-08-16 20:15:38
问题 I've created a Postgresql database instance via AWS RDS. I am now trying to connect to it from my django app, so I created a new security group and changed the imbound rules. However how do I make this new rule active? I go onto my database instance and under "Security Groups" it only says: default (sg-9a15a9f0) ( active ) and doesn't show the new security group I created. In the Security Group UI, I can't find a button to make the new security group active. Any idea? 回答1: Your Amazon RDS

Change security group on AWS RDS Database Instance

点点圈 提交于 2020-08-16 20:11:26
问题 I've created a Postgresql database instance via AWS RDS. I am now trying to connect to it from my django app, so I created a new security group and changed the imbound rules. However how do I make this new rule active? I go onto my database instance and under "Security Groups" it only says: default (sg-9a15a9f0) ( active ) and doesn't show the new security group I created. In the Security Group UI, I can't find a button to make the new security group active. Any idea? 回答1: Your Amazon RDS

How to configure VPC for Elastic Beanstalk using CLI

扶醉桌前 提交于 2020-08-08 05:39:20
问题 I am able to create an Elastic Beanstalk environment with a VPC using this command with eb-cli : eb create --vpc This asks me to configure several options: Enter an RDS DB username (default is "ebroot"): ... Enter an RDS DB master password: ... Retype password to confirm: ... Enter the VPC ID: ... Do you want to associate a public IP address? (Y/n): ... Enter a comma-separated list of Amazon EC2 subnets: ... Enter a comma-separated list of Amazon ELB subnets: ... Do you want the load balancer