From the course: Rust LLMOps

Unlock this course with a free trial

Join today to access over 23,100 courses taught by industry experts.

Auditing networks

Auditing networks - Rust Tutorial

From the course: Rust LLMOps

Auditing networks

- [Instructor] One critical thing to figure out in your organization is how to audit the network traffic that's happening. Are there malicious attacks? Are there internal behaviors that are misconfigured? So one of the ways you can do this is by using something called VPC flow logs. You can log and view the network traffic. And so this allows you to collect, store, analyze network flow logs, and then troubleshoot things including security issues and make sure that the network is acting as expected. Up until now, you would have to do this with, for example, an agent on AWS, but now, you can use VPC flow logs. So let's go ahead and take a look at that. In this example here, I go to my VPC. I go ahead and I create a VPC flow log. It in turn shows all the different connections in my network, and I can watch in real time as I'm streaming connectivity, and I can see if things are rejected or accepted. And then this is a good interface for me to then later create alerts with, for example…

Contents