A company wants to secure its web servers running on Amazon EC2 instances within a VPC. The security team requires that inbound traffic to the instances be restricted to port (HTTPS) from a specific office IP address. Additionally, the configuration must allow return traffic back to the office clients without requiring any explicit outbound rules. Which VPC feature should the solutions architect configure to implement this access control?
- Security groupsCevap
- BNetwork access control lists (Network ACLs)
- CAWS WAF web ACLs
- DAWS Shield Standard
Cevap
Security groups
Security groups are stateful. When an inbound rule allows traffic on port from a specific IP address, the security group automatically permits the corresponding outbound return traffic to the client, satisfying the requirement to avoid explicit outbound rules.
Adım Adım Çözüm
Anahtar Kavram
VPC Security Groups are stateful firewalls that operate at the instance level.
Tahmini Süre:45s