Do AWS Security Groups and rules and Network ACLs REJECT or DROP traffic?
AWS Security groups and AWS VPC Network ACLs are 2 solutions for controlling traffic in VPCs. When rules in either deny an IP packet, do they REJECT or DROP (in the iptables sense )? That is: are packets silently dropped, or does the firewall respond with a RST/ACK (tcp) or ICMP Port Unreachable packet?