Skip to the content.

VPC

VPC & Subnets Primer

Internet Gateway & NAT Gateways

Network ACL & Security Groups

Network ACLs vs Security Groups

Security Group Network ACL
Operates at the instance level Operates at the subnet level
Supports allow rules only Supports allow rules and deny rules
Is stateful: Return traffic is automatically allowed, regardless of any rules Is stateless: Return traffic must be explicitly allowed by rules
We evaluate all rules before deciding whether to allow traffic We process rules in number order when deciding whether to allow traffic
Applies to an instance only if someone specifies the security group when launching the instance, or associates the security group with the instance later on Automatically applies to all instances in the subnets it’s associated with (therefore, you don’t have to rely on users to specify the security group)

https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Security.html

VPC Flow Logs

VPC Peering

VPC Endpoints

Site to Site VPN & Direct Connect

Transit Gateway

VPC Summary


Cloud Monitoring            List           Security & Compliance

Download PDF :     AWS Cloud Practitioner Study Notes (PDF)