📜  aws 安全组与 ufw - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:05.637000             🧑  作者: Mango

代码示例1
A firewall like UFW is running at the OS level, while Amazon 
Security Groups are running at the instance level. 
Traffic coming into the EC2 would first pass through the SG, 
and then be evaluated by UFW. Take a scenario where traffic 
is explicitly allowed to pass through the SG but UFW denies 
it -- in this case UFW would sort of 'override' the settings in the SG.