How can I find the resource that owns the unknown IP addresses in my Amazon VPC?

0

I trying to find the top contributors to traffic through the NAT gateway in my VPC. Therefore I've obtained a IP list through VPC flow logs. (https://aws.amazon.com/premiumsupport/knowledge-center/vpc-find-traffic-sources-nat-gateway/).

However there are some IPs that I can't find either using the network interface console or describe-network-interfaces aws cli command. (https://aws.amazon.com/premiumsupport/knowledge-center/vpc-find-owner-unknown-ip-addresses/)

Is there any other way to find them?

1개 답변
0

These mysterious IPs could be in use by AWS Services. To determine this, you can use custom logging [1] that includes the fields pkt-src-aws-service and pkt-dst-aws-service. If this traffic is going to or from an AWS Service, this should show up clearly in these fields.

[1] https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-logs-custom

profile pictureAWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠