Deploy Infrastructure as Code (IAC) lesson 4 servers and security groups: Understanding Security Groups
yt link
Recall that a security group defines the firewall rules, such as the protocol to open to network traffic and the set of valid IP addresses.
We will create two Security groups:
WebServerSecGroup for the webserver
LBSecGroup for a load balan...