DEV Community

Cover image for VPC Traffic Flow and Security
Kemisola
Kemisola

Posted on

VPC Traffic Flow and Security

In this Project:

👉I configured a route table in my VPC to send Internet-bound traffic to my Internet gateway, turning my subnet into a public subnet.

👉I created a security group to control inbound and outbound traffic at a resource level, specifying allowed IP addresses, protocols, and ports.

👉I set up network ACLs as an additional layer of security, managing both incoming and outgoing traffic at the subnet level.

Here is a link to the Project:

https://drive.google.com/file/d/1b0RGqFtfG3hYkX_8mxKhHMcihkEaNFMB/view?usp=sharing

Top comments (0)