DEV Community

Aadit Unni
Aadit Unni

Posted on

Layered Security in a VPC

[89/100] #100DaysOfCloud Today, I created a multi layered VPC security and launched 2 EC2 instances.

Amazon VPC allows us to launch AWS resources in an isolated network that is defined by us in a more private and secure environment. This feature enables us to increase the security level of the AWS resources. The AWS resources can be protected using multilayered VPC which includes security groups and Network Access Control list. The VPC security group provides security at instance level which acts like a firewall and controls both inbound and outbound traffic. The VPC NACL provides security at Network Level i.e subnet level which acts like a firewall for associated subnets and controls inbound and outbound traffic.

You can try do it by yourself by following the steps from the link below: GitHub

Top comments (0)