A cloud administrator is configuring network security for Amazon EC2 instances. The administrator needs to ensure that when inbound web traffic is allowed on port 443, the corresponding outbound response traffic is automatically permitted to return to the client without requiring an explicit outbound rule. Which AWS security feature should the administrator use to achieve this stateful behavior?
- AA Network Access Control List (NACL)
- A Security GroupAnswer
- CAn AWS Transit Gateway
- DA VPC Peering connection
Answer
A Security Group
A Security Group is a stateful firewall that controls inbound and outbound traffic for Amazon EC2 instances. Because it is stateful, if an inbound rule allows traffic (such as on port 443), the corresponding outbound response traffic is automatically permitted to return, regardless of any outbound rules.
Step-by-Step Solution
Key Concept
Stateful vs Stateless Network Filtering in AWS