AWS - Security Groups and Network ACLs
Consider a Network ACL with these inbound rules:
Rule 100: Allow TCP port 22 from 0.0.0.0/0
Rule 110: Deny all other inbound traffic
What will happen if an SSH connection is attempted from IP 5.6.7.8?
Rule 100: Allow TCP port 22 from 0.0.0.0/0
Rule 110: Deny all other inbound traffic
What will happen if an SSH connection is attempted from IP 5.6.7.8?
