Test to support Cloudit #529
Replies: 4 comments
-
SG 생성 시, ICMP 관련 규칙을 제외하고 생성요청을 보내야 함 [Before] "firewallRules": [
{
"FromPort": "1",
"ToPort": "65535",
"IPProtocol": "tcp",
"Direction": "inbound"
},
{
"FromPort": "1",
"ToPort": "65535",
"IPProtocol": "udp",
"Direction": "inbound"
},
{
"FromPort": "-1",
"ToPort": "-1",
"IPProtocol": "icmp",
"Direction": "inbound"
}
] [After] "firewallRules": [
{
"FromPort": "1",
"ToPort": "65535",
"IPProtocol": "tcp",
"Direction": "inbound"
},
{
"FromPort": "1",
"ToPort": "65535",
"IPProtocol": "udp",
"Direction": "inbound"
}
] SG 이름이 너무 길면 생성이 되지 않아서,
|
Beta Was this translation helpful? Give feedback.
-
[주의사항]
[VM ID 를 45자 이상으로 하여 생성 요청했을 때의 에러 메시지]
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions