Process Flow - Default security group behavior
Create VPC
Auto-create Default Security Group
Inbound Rules: Allow all traffic from same SG
Outbound Rules: Allow all traffic to anywhere
Attach SG to EC2 Instances
Instances communicate based on SG rules
When a VPC is created, AWS automatically creates a default security group with rules allowing all inbound traffic from instances in the same group and all outbound traffic to anywhere.