A solutions architect is configuring network security controls for a new application within a VPC. The architect needs to understand the default behavior of the default security group and the default network access control list (NACL). Which of the following statements accurately describe the default configurations of these resources? (Select TWO.)
- The default security group allows all inbound traffic originating from resources associated with that same security group.Answer
- The default network ACL allows all inbound and outbound traffic.Answer
- CThe default security group blocks all outbound traffic until an outbound rule is explicitly added.
- DThe default network ACL is stateful, meaning any allowed inbound traffic automatically permits the corresponding return outbound traffic.
- EThe default security group operates at the subnet level to block traffic from specific IP addresses.
Answer
The correct answers are the options stating that the default security group allows all inbound traffic from resources associated with the same security group, and that the default network ACL allows all inbound and outbound traffic.
The default security group is configured to allow inbound traffic only if it originates from resources that are associated with the same security group. All other inbound traffic is blocked. Meanwhile, the default network ACL is preconfigured to allow all inbound and outbound traffic, acting as a pass-through until custom rules are written.
Step-by-Step Solution
Key Concept
Default VPC Network Security Configurations