Unable to connect to AWS RDS Postgres server [closed]unable to connect to public postgresql rds instancePHP cannot connect to AWS RDS serverUnable to connect to RDS instance from outside VPC (ERROR 2003 (HY000) Can't connect to MySQL Server)AWS RDS MySQL DB unable to connect in MySQL workbench and could not connect using telnetAWS Network ACL/Security groups and RDS accessCreating a read only account for AWS RDS PostgreSQLPostgres 9.6 on AWS with frequent “could not connect to server: Operation timed out”Connected to Windows Server 2016 VPN on AWS but could not ping resources in VPCCloudFormation, networking issues with RDS and Lambda'sConnecting to Postgres RDS from outside using DataGripHow to access this RDS server in an AWS VPC
Nails holding drywall
Will I lose my paid in full property
Mistake in years of experience in resume?
What *exactly* is electrical current, voltage, and resistance?
Apply a different color ramp to subset of categorized symbols in QGIS?
Is there metaphorical meaning of "aus der Haft entlassen"?
A Note on N!
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
Why doesn't the standard consider a template constructor as a copy constructor?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Why do games have consumables?
A strange hotel
Older movie/show about humans on derelict alien warship which refuels by passing through a star
Find a stone which is not the lightest one
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?
How to pronounce 'c++' in Spanish
Why do distances seem to matter in the Foundation world?
Could moose/elk survive in the Amazon forest?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
Should the Product Owner dictate what info the UI needs to display?
What to do with someone that cheated their way through university and a PhD program?
Retract an already submitted recommendation letter (written for an undergrad student)
Unable to connect to AWS RDS Postgres server [closed]
unable to connect to public postgresql rds instancePHP cannot connect to AWS RDS serverUnable to connect to RDS instance from outside VPC (ERROR 2003 (HY000) Can't connect to MySQL Server)AWS RDS MySQL DB unable to connect in MySQL workbench and could not connect using telnetAWS Network ACL/Security groups and RDS accessCreating a read only account for AWS RDS PostgreSQLPostgres 9.6 on AWS with frequent “could not connect to server: Operation timed out”Connected to Windows Server 2016 VPN on AWS but could not ping resources in VPCCloudFormation, networking issues with RDS and Lambda'sConnecting to Postgres RDS from outside using DataGripHow to access this RDS server in an AWS VPC
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm trying to connect to my newly set up AWS Postgres RDS and have followed all the steps and recommendations given here including modifying my security group by including my IP/all IPs in my CIDR. The database is also publicly accessible.
I still get a "could not connect to server: Connection refused (0x0000274D/10061)" error on both psql and pgAdmin.
What else could I be doing to resolve this? Any help would be great
amazon-web-services amazon-rds
closed as off-topic by womble♦ Apr 18 at 22:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – womble
add a comment |
I'm trying to connect to my newly set up AWS Postgres RDS and have followed all the steps and recommendations given here including modifying my security group by including my IP/all IPs in my CIDR. The database is also publicly accessible.
I still get a "could not connect to server: Connection refused (0x0000274D/10061)" error on both psql and pgAdmin.
What else could I be doing to resolve this? Any help would be great
amazon-web-services amazon-rds
closed as off-topic by womble♦ Apr 18 at 22:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – womble
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57
add a comment |
I'm trying to connect to my newly set up AWS Postgres RDS and have followed all the steps and recommendations given here including modifying my security group by including my IP/all IPs in my CIDR. The database is also publicly accessible.
I still get a "could not connect to server: Connection refused (0x0000274D/10061)" error on both psql and pgAdmin.
What else could I be doing to resolve this? Any help would be great
amazon-web-services amazon-rds
I'm trying to connect to my newly set up AWS Postgres RDS and have followed all the steps and recommendations given here including modifying my security group by including my IP/all IPs in my CIDR. The database is also publicly accessible.
I still get a "could not connect to server: Connection refused (0x0000274D/10061)" error on both psql and pgAdmin.
What else could I be doing to resolve this? Any help would be great
amazon-web-services amazon-rds
amazon-web-services amazon-rds
asked Apr 18 at 18:00
lostAWSsoullostAWSsoul
1
1
closed as off-topic by womble♦ Apr 18 at 22:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – womble
closed as off-topic by womble♦ Apr 18 at 22:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – womble
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57
add a comment |
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately you haven't given us enough information to help. Find something in the AWS documentation that takes you through the steps and try again. Look at your security groups, subnets, route tables, NACLs, etc. To give us enough information to diagnose this tends to take many screenshots of VPC, subnets, nacl, security groups, route tables, EC2, RDS2, etc.
– Tim
Apr 18 at 18:16
One hint: security group misconfig doesn't result in connection refused.
– womble♦
Apr 18 at 22:57