1
You need to explicitly deny traffic from a specific IP address to your Amazon EC2 instances. Can Security Groups natively handle explicit deny rules?
Configure AWS IAM policies
Yes, add a deny rule to Security Groups
No, use Network ACLs or equivalent for explicit deny rules
Use AWS WAF
View Explanation
✓ Correct Answer: No, use Network ACLs or equivalent for explicit deny rulesExplanation:Security Groups typically support allow rules only. Network ACLs support both allow and deny rules, making them suitable for blocking unwanted IP addresses.