A solutions architect is designing the network security for a new application hosted on Amazon EC2 instances in a VPC. The architect needs to implement a stateful firewall at the instance level that automatically allows return traffic for any allowed inbound request. Which VPC security feature should the solutions architect use to meet this requirement?
- Security GroupsCevap
- BNetwork Access Control Lists (Network ACLs)
- CAWS Web Application Firewall (AWS WAF)
- DAWS Shield Standard
Cevap
Security Groups
The correct option is the one specifying Security Groups. Security Groups act as a stateful firewall for Amazon EC2 instances, meaning any allowed inbound connection automatically allows the outbound response traffic to flow back to the client.
Adım Adım Çözüm
Anahtar Kavram
Security Groups function as stateful firewalls at the Amazon EC2 instance level, automatically allowing response traffic for allowed requests.