AWS - Security Groups and Network ACLs
A security group rule intended to allow HTTP traffic is written as: {"IpProtocol": "tcp", "FromPort": 80, "ToPort": 80, "IpRanges": [{"CidrIp": "0.0.0.0/0"}]}. However, HTTP traffic is still blocked. What is the most likely cause?
