1 Answer
- Newest
- Most votes
- Most comments
1
Hi Adit, one option would be to enable VPC Flow Logs, which among other information contain the destination address (and original packet destination address) + interface id + bytes of flows. You can send the flow logs to CloudWatch to analyze them with a modified version of the script or by using CloudWatch Logs Insights. Having the destination IP you could group the flows by inbound, outbound peered VPC, outbound S2S VPN or Internet. Feasibility of this solution depends on your specific use case (see pricing).
Relevant content
asked a year ago

Yes, VPC flow logs is an option but the problem is we cannot send the flog logs to cloudwatch to analyze it since it will be too expensive for us. I will just enable VPC flow logs to test it out. let's see if it helps me.
Hi, is there some other solution that can help identify what amount of data is going out via internet?