3

I have 15 VMs on Google Cloud and would like to know which one is causing my egress data to china.

How can I tell which one is doing the all that traffic? It has probably been hacked and would like to fix it.

Frank Barcenas
  • 605
  • 6
  • 18
  • I would open a case with google and ask them to assist you. Provide them as much detail as you can. If you have control over egress traffic policies, then you should limit outbound access to networks you trust in the mean time. – Aaron Feb 24 '17 at 04:20
  • too bad you can't see traffic stats per vm. – Frank Barcenas Feb 25 '17 at 00:18
  • 1
    Feel free to open a feature request through [GCE issue tracker](https://code.google.com/p/google-compute-engine/issues/list) with your use case details. – Faizan Feb 27 '17 at 15:30
  • http://www.ntop.org/products/ntop/ – dmourati Feb 28 '17 at 04:13

1 Answers1

1

Google does not provide this feature built in to GCE. However it is possible for you to add third party software to your instances that will track this. For example you could Argus or similar software.

David
  • 348
  • 1
  • 6