Recall & Review
beginner
What is a default security group in AWS?
A default security group is automatically created for each VPC. It controls inbound and outbound traffic for instances without a custom security group.
Click to reveal answer
beginner
What inbound traffic rules does the default security group have?
It allows inbound traffic from instances assigned to the same security group, meaning instances can communicate with each other by default.
Click to reveal answer
beginner
What outbound traffic rules does the default security group have?
It allows all outbound traffic to any destination by default, so instances can send traffic anywhere unless restricted.
Click to reveal answer
intermediate
Can you delete the default security group in a VPC?
No, the default security group cannot be deleted. It always exists to ensure basic network security.
Click to reveal answer
intermediate
Why is it important to understand the default security group behavior?
Because it affects how instances communicate by default and helps avoid unintended open access or blocked traffic.
Click to reveal answer
What does the default security group allow for inbound traffic?
✗ Incorrect
The default security group allows inbound traffic only from instances assigned to the same security group.
Can you delete the default security group in an AWS VPC?
✗ Incorrect
The default security group cannot be deleted; it always exists in the VPC.
What is the default outbound rule of the default security group?
✗ Incorrect
By default, the default security group allows all outbound traffic.
Why might you want to modify the default security group?
✗ Incorrect
Modifying the default security group can help restrict traffic between instances to improve security.
Which statement about the default security group is true?
✗ Incorrect
The default security group allows inbound traffic only from instances assigned to the same security group.
Explain the default inbound and outbound rules of the AWS default security group and why they matter.
Think about how instances talk to each other by default.
You got /3 concepts.
Describe what happens if you do not assign a custom security group to an EC2 instance in a VPC.
Consider the default network access the instance gets.
You got /4 concepts.