
Answer-first summary for fast verification
Answer: A virtual firewall for controlling inbound and outbound instance traffic.
The correct answer is D, Security groups. Security groups act as virtual firewalls for your EC2 instances, controlling both incoming and outgoing traffic based on rules you define. These rules specify the allowed traffic's source and destination, and they can be modified at any time, with changes automatically applied to all associated instances. While AWS WAF (A) is for web access control, Network ACLs (B) operate at the subnet level, and Amazon VPC (C) is for creating virtual networks, none of these directly apply security rules to specific EC2 instances like security groups do.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which AWS feature enables the application of security rules to specific EC2 instances?
A
A service for web access control list creation for web applications.
B
A mechanism for controlling traffic to and from a VPC subnet.
C
A tool for creating virtual networks in the AWS cloud.
D
A virtual firewall for controlling inbound and outbound instance traffic.
No comments yet.