43d714fa12
Questions as well were added.
435 B
435 B
AWS EC2 - Security Groups
Requirements
For this exercise you'll need:
- EC2 instance with web application
- Security group inbound rules that allow HTTP traffic
Objectives
- List the security groups you have in your account, in the region you are using
- Remove the HTTP inbound traffic rule
- Can you still access the application? What do you see/get?
- Add back the rule
- Can you access the application now?