1 Answer
- Newest
- Most votes
- Most comments
1
Look at VPC Flow Logs https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html
srcaddr The source address for incoming traffic, or the IPv4 or IPv6 address of the network interface for outgoing traffic on the network interface. The IPv4 address of the network interface is always its private IPv4 address.
dstaddr The destination address for outgoing traffic, or the IPv4 or IPv6 address of the network interface for incoming traffic on the network interface. The IPv4 address of the network interface is always its private IPv4 address.
Relevant content
- asked a year ago
- asked a year ago

Thank you!