December 2017
Intermediate to advanced
410 pages
11h 5m
English
In this approach, all the incoming traffic is denied by default. Only a certain set of IPs are then added to the allow list. This is the most preferred approach and the AWS security groups also follow this approach.
This is an example of the rule that is configured in the AWS security groups:
|
Type
|
Protocol | Port range | Source |
| HTTP | TCP | 80 | 0.0.0.0/0 |
| SSH | TCP | 22 | 172.18.10.0/24 |
Read now
Unlock full access