Requests from static IP getting slow from AWS

0

We have obtained static IP through our internet service provider for connecting to our secure client server as per their data security requirement. But our application development and hosting is happening on AWS. AWS is slowing down the incoming request coming from this static IP. Is AWS blacklisting the request coming from static IP. Please help resolving this issue.

    1. 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.

    2. Are you using any VPN connection/Direct Connect ?       Ans: Direct connection

    3. Are you connecting directly over the internet ?       Ans:- Yes

    4. Are you trying to connect to your application via FQDN ? Ans :- Yes domain name ndd.roadathena.com

    5. 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

    1. mtr -n -c 10 -T -P <port number of application> <ip address> Ans:-
Manav
質問済み 6ヶ月前172ビュー
1回答
0

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 -

  1. 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.
  2. Please run iperf tests which will help rule out any network related throughput issues.
AWS
回答済み 6ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
    1. 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.

    2. Are you using any VPN connection/Direct Connect ?       Ans: Direct connection

    3. Are you connecting directly over the internet ?       Ans:- Yes

    4. Are you trying to connect to your application via FQDN ? Ans :- Yes domain name ndd.roadathena.com

    5. 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

    1. mtr -n -c 10 -T -P <port number of application> <ip address> Ans:-

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ