Monitoring - SG 변경
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.5.7",
|
||||
"serial": 18,
|
||||
"serial": 22,
|
||||
"lineage": "816258a5-69eb-6967-f105-8709f7e2588d",
|
||||
"outputs": {},
|
||||
"resources": [
|
||||
@@ -174,9 +174,10 @@
|
||||
{
|
||||
"cidr_blocks": [
|
||||
"118.223.123.161/32",
|
||||
"39.115.183.138/32"
|
||||
"39.115.183.138/32",
|
||||
"39.115.183.236/32"
|
||||
],
|
||||
"description": "Allow TLS traffic",
|
||||
"description": "Allow HTTPS traffic",
|
||||
"from_port": 443,
|
||||
"ipv6_cidr_blocks": [],
|
||||
"prefix_list_ids": [],
|
||||
@@ -185,32 +186,6 @@
|
||||
"self": false,
|
||||
"to_port": 443
|
||||
},
|
||||
{
|
||||
"cidr_blocks": [
|
||||
"118.223.123.161/32"
|
||||
],
|
||||
"description": "Allow HTTP traffic",
|
||||
"from_port": 80,
|
||||
"ipv6_cidr_blocks": [],
|
||||
"prefix_list_ids": [],
|
||||
"protocol": "tcp",
|
||||
"security_groups": [],
|
||||
"self": false,
|
||||
"to_port": 80
|
||||
},
|
||||
{
|
||||
"cidr_blocks": [
|
||||
"118.223.123.161/32"
|
||||
],
|
||||
"description": "Allow SSH traffic",
|
||||
"from_port": 22,
|
||||
"ipv6_cidr_blocks": [],
|
||||
"prefix_list_ids": [],
|
||||
"protocol": "tcp",
|
||||
"security_groups": [],
|
||||
"self": false,
|
||||
"to_port": 22
|
||||
},
|
||||
{
|
||||
"cidr_blocks": [
|
||||
"172.31.0.0/16"
|
||||
@@ -224,6 +199,19 @@
|
||||
"self": false,
|
||||
"to_port": 0
|
||||
},
|
||||
{
|
||||
"cidr_blocks": [
|
||||
"39.115.183.236/32"
|
||||
],
|
||||
"description": "Allow SSH traffic",
|
||||
"from_port": 2222,
|
||||
"ipv6_cidr_blocks": [],
|
||||
"prefix_list_ids": [],
|
||||
"protocol": "tcp",
|
||||
"security_groups": [],
|
||||
"self": false,
|
||||
"to_port": 2222
|
||||
},
|
||||
{
|
||||
"cidr_blocks": [],
|
||||
"description": "nlb-securitygroup",
|
||||
|
||||
Reference in New Issue
Block a user