No TCP/Internet connectivity

0

Instances in one of my accounts do not appear to be able to access the internet. Have run through the VPC wizard in multiple regions attaching gateways etc. as usual and while I can ping external services I'm not able to get any other traffic outbound on any instance in any region. I have run through the VPC wizard on another account using the exact same options and it works completely fine there. I have also created the same config using Terraform VPC module just in case the wizard itself was the problem but still no luck.

I can see in VPC flow logs that the pings are OK but a curl request is getting a REJECT at the last step.

Could there be any restrictions at account level?

To clarify I've checked on confirmed these are all ok and again, confirmed working in another account with exact config:

  • DNS is enabled at VPC level,
  • gateway etc all in right subnets,
  • ACL clear,
  • instances & gateway have public IPs
  • security group any/any outbound,
  • no iptables or anything like that,
  • reachability analyser shows the instances can get back to the internet gateway no problems
  • route tables configured correctly

Thanks

asked 2 years ago213 views
1 Answer
0

If ping is ok then its not a problem with your VPC configuration. Probably a rule specifically blocking HTTP. Are there any 3rd party firewalls or proxies that your traffic is going through for this account?

FWIW there are no account level traffic filtering functionality as far as VPC networking is concerned.

AWS
inavoid
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions