- Newest
- Most votes
- Most comments
Hi Manav,
May I know how you are connecting to your application that is hosting on AWS from a static IP ?
- Are you using any VPN connection/Direct Connect ?
- Are you connecting directly over the internet ?
- Are you trying to connect to your application via FQDN ? If so, please run "nslookup <domain name>" on your source machine to validate DNS query time. This will help rule out any latency issues with DNS query times.
Please be aware that AWS doesn't block any IP unless it is blocked in NACl's/SG's/OS level
Since you mentioned that you are seeing slowness with the application response, please validate the following -
- run bi-directional tcp based mtr - ### Command ### "mtr -n -c 10 -T -P <port number of application> <ip address>" The above command works only on linux machine. If your source/AWS machine is windows based, please install winMTR and run TCP based tests. This test will help rule out any latency/packet loss issues with the TCP connection.
- Please run iperf tests which will help rule out any network related throughput issues.
-
May I know how you are connecting to your application that is hosting on AWS from a static IP ? Ans: - we have hosted our application on internal port of ec2 instance and serving with nginx on port 80 with reverser proxy.
-
Are you using any VPN connection/Direct Connect ? Ans: Direct connection
-
Are you connecting directly over the internet ? Ans:- Yes
-
Are you trying to connect to your application via FQDN ? Ans :- Yes domain name ndd.roadathena.com
-
If so, please run "nslookup <domain name>" on your source machine to validate DNS query time. Ans :- > ndd.roadathena.com ;; communications error to 172.27.208.1#53: timed out Server: 172.27.208.1 Address: 172.27.208.1#53
Non-authoritative answer: Name: ndd.roadathena.com Address: 3.108.214.58
- mtr -n -c 10 -T -P <port number of application> <ip address> Ans:-
-
Relevant content
- asked 3 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
May I know how you are connecting to your application that is hosting on AWS from a static IP ? Ans: - we have hosted our application on internal port of ec2 instance and serving with nginx on port 80 with reverser proxy.
Are you using any VPN connection/Direct Connect ? Ans: Direct connection
Are you connecting directly over the internet ? Ans:- Yes
Are you trying to connect to your application via FQDN ? Ans :- Yes domain name ndd.roadathena.com
If so, please run "nslookup <domain name>" on your source machine to validate DNS query time. Ans :- > ndd.roadathena.com ;; communications error to 172.27.208.1#53: timed out Server: 172.27.208.1 Address: 172.27.208.1#53
Non-authoritative answer: Name: ndd.roadathena.com Address: 3.108.214.58