A cloud practitioner is configuring network security for a new Amazon EC2 instance. They need to define firewall rules that allow inbound HTTP traffic on port 80, and the firewall must automatically allow return outbound traffic. Which Amazon VPC feature should the cloud practitioner use?
- Security groupCevap
- BNetwork access control list (network ACL)
- CIAM role
- DAWS Artifact
Cevap
Security group
The correct answer is the option indicating a security group. Security groups operate at the instance level and are stateful, meaning any allowed inbound traffic automatically permits return outbound traffic.
Adım Adım Çözüm
Anahtar Kavram
AWS Security Groups are stateful, instance-level firewalls that automatically track connection states to allow return traffic.