Introduction
When you create a new virtual network in AWS, it automatically creates a default security group. This group controls what network traffic is allowed to and from your resources. Understanding its default rules helps keep your resources safe without extra setup.
When you launch a new virtual server (EC2 instance) without specifying a security group.
When you want to quickly test connectivity between instances in the same network.
When you need a simple default firewall that allows communication inside your network but blocks outside access.
When you want to understand why your instance can talk to others by default without extra rules.
When you want to customize security but start from a known safe baseline.