Deploy Infrastructure as Code (IAC) lesson 4 servers and security groups: Security Groups
yt link
Security Groups
Security groups are specific to individual resources (EC2 servers, databases) and not to subnets. There are few points that you must remember:
Traffic is blocked by default -
In the cloud, traffic is completely blocked, so yo...