An organization is hosting a web application on several Amazon EC2 instances within a public subnet of a Virtual Private Cloud (VPC). The security administrator must configure a stateful network firewall rule at the instance level to permit inbound traffic on port 443 (HTTPS) from any IP address. Which AWS networking component should the administrator modify to meet this requirement?
- Security GroupAnswer
- BNetwork Access Control List (Network ACL)
- CAWS Transit Gateway
- DIAM Role
Answer
Security Group
A security group is the correct component because it operates at the instance level and provides stateful traffic filtering, allowing return traffic automatically without requiring an outbound rule.
Step-by-Step Solution
Key Concept
VPC Security Groups vs Network ACLs
Estimated Time:1m 0s