
Answer-first summary for fast verification
Answer: Applies rules at the subnet level, affecting all instances within that subnet.
The correct answer is A, Network ACLs. Network ACLs (Access Control Lists) operate at the subnet level and provide a way to control inbound and outbound traffic for resources within that subnet. They are stateless, meaning they do not allow for a response traffic to automatically be allowed; rules must be explicitly defined for both incoming and outgoing traffic. Unlike security groups, which are attached to individual instances and can have stateful rules, Network ACLs are a more granular control mechanism at the subnet level. IAM is used for managing access to AWS resources and does not control network traffic. AWS WAF is specifically for filtering web traffic and is not the correct answer in this context as the question is about general traffic control within a VPC.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In AWS, which service or feature is used to control traffic at the subnet level by blocking incoming or outgoing traffic associated with specific IP addresses within a VPC?
A
Applies rules at the subnet level, affecting all instances within that subnet.
B
Controls traffic at the instance level, requiring explicit assignment to each instance.
C
Manages permissions and policies for AWS resources, not used for blocking IP traffic.
D
Focuses on filtering web requests based on defined conditions, including IP addresses.