Posted in: Aws云上云维
AWS Security Groups and Network ACLs
整理 AWS Security Groups 和 Network ACLs 的差異,特別是 rule 的 stateful 與 stateless 的差異。主要參考自下表:
摘錄自 Security in Your VPC
Security Groups
針對 EC2 Instance 使用. 通常是針對一群一樣的角色, 像是 Web, DB, Batch, Log …
Rules of Security Group:
只能設定 Allow 規則, 預設全部都是 Deny
Rule 之間沒有次序
每一條 Rule 都是狀態性 (Stateful)
Rule ...