You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "VPC security groups should not permit ingress from '0.0.0.0/0' to TCP port 9200 (Elasticsearch). Removing unfettered connectivity to an Elasticsearch server reduces the chance of exposing critical data.",
"custom": {
"providers": ["AWS"],
"severity": "Medium"
}
}
input_type = "tf"
resource_type = "AWS.EC2.SecurityGroup"
default deny = false
# Security groups that have port 9200 open to the internet are considered invalid