A gaming studio deploys a multiplayer matchmaking backend on Amazon EC2 instances inside a public subnet. The studio wants to ensure that only traffic from a specific list of trusted IP addresses can access these instances, and they want to minimize administrative overhead by relying on a stateful resource. Which AWS resource should be configured directly at the instance level to allow inbound traffic from these IP addresses while automatically permitting the corresponding outbound response traffic?
- A security groupCevap
- BA network access control list (network ACL)
- CAmazon GuardDuty
- DAn AWS-managed firewall configured by AWS under the Shared Responsibility Model
Cevap
A security group
A security group acts as a virtual firewall that controls inbound and outbound traffic for Amazon EC2 instances. It operates at the instance level and is stateful, meaning that any allowed inbound traffic is automatically permitted to flow outbound, satisfying the requirement to minimize administrative overhead by avoiding separate outbound configuration.
Adım Adım Çözüm
Anahtar Kavram
Instance-level stateful firewalls in AWS (Security Groups)