How will you differentiate between VPC security groups and VPC network ACLs?

devquora
devquora

Posted On: Feb 22, 2018

 

 When we talk about the VPC security group, it is responsible for tracking only the allowed traffic in EC2 instance, which comes in and goes out from Amazon. VPC network ACLs is a lot different. They are responsible for tracking the traffic only at the subnet level i.e. the traffic coming in or going out of subnet. Network ACLs are unable to filter the traffic in the subnet between instances but can do stateless filtering and are used to set Allow and Deny rules. The security group on the other end can carry out stateful filtering.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS VPC Interview Questions

    What is AWS VPC ?

    AWS VPC better known as Amazon Virtual Private Cloud lets you furnish a logically left out department of the Amazon Web..

    AWS VPC Interview Questions

    How to connect My VPC to the Internet?

    It is good news that Amazon VPC enables the creation of an Internet gateway. This allows Amazon EC2 occurrences in the..

    AWS VPC Interview Questions

    What are the elements of Amazon Virtual Private Cloud?

    The Amazon VPC contains various elements: VPC- a logically secluded virtual network in the Amazon Web Services cloud. Y..