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)