A media company is hosting a public-facing live video streaming ingest service on Amazon EC2 instances. The administrator needs to permit incoming traffic on port 1935 (RTMP) and ensure that outbound response traffic is automatically permitted back to the client without configuring any outbound rules. Which AWS security resource should be configured to meet this requirement?
- ANetwork Access Control Lists (NACLs)
- BAmazon GuardDuty
- Security groupsAnswer
- DAWS Shield Standard
Answer
Security groups
Security groups are stateful firewalls that operate at the instance level. When an inbound rule is created to allow traffic, the return outbound traffic is automatically allowed, making it the correct choice for this scenario.
Step-by-Step Solution
Key Concept
Stateful filtering with Security Groups
Estimated Time:1m 0s