Terraform AWS Security Group: Allow ICMP Ping
February 23, 2024
5 min read
Quick Answer resource "aws_security_group_rule" "allow_ping" { type = "ingress" from_port = 8 # ICMP type 8 = Echo Request …
LEARN BY DOING
Interactive, project-based learning — copy, paste, and understand