cannot connect from web application to oracle rds from ISP

0

Hello, I am new to AWS and have setup an oracle (rds) instance which is working fine for my web application when I test with my local development machine. When I test from my ISP, the connection to oracle fails with a connection timeout. I asked the ISP to ping my oracle server and they said it was failing and I might need to whitelist outbound IPs on AWS. Can someone here please advise on how I can do this? Or, is there something else I need to do?
My connection is done through a web.config file as…
<add name="ConnectionOracle" providerName="Oracle.ManagedDataAccess.Client" connectionString="Data Source=orcl.crkjumjl6ubz.us-east-2.rds.amazonaws.com:1521/ORCL;User Id=SchemaTrack_master;Password=mypassword;persist security info=false;Connection Timeout=120;" />
The timeout error I get is…
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 3.18.122.118:1521

Thanks very much.

Edited by: gunderj on Mar 27, 2019 9:01 AM

gunderj
已提問 5 年前檢視次數 241 次
2 個答案
0
已接受的答案

From the information you provided, I can see that although your instance has a publicly available endpoint (orcl.crkjumjl6ubz.us-east-2.rds.amazonaws.com:1521)
This port is not open from the internet.

So, you would need to add ingress rules to your security group to allow ingress from your ISP to the RDS instance and port.

-Phil

AWS
管理員
philaws
已回答 5 年前
0

Thanks

gunderj
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南