Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ru/_includes/backup/operations/create-sg.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
yc vpc security-group create --help
```

1. Создайте группу безопасности с [правилами](../../../vpc/concepts/network.md#security-groups-rules), выполнив команду:
1. Создайте группу безопасности с [правилами](../../../vpc/concepts/security-groups.md#security-groups-rules), выполнив команду:

```bash
yc vpc security-group create \
Expand Down Expand Up @@ -171,7 +171,7 @@

* `name` — имя [группы безопасности](../../../vpc/concepts/security-groups.md).
* `network_id` — идентификатор [сети](../../../vpc/concepts/network.md), в которой находится ВМ.
* `egress` — описание [правила](../../../vpc/concepts/network.md#security-groups-rules) для исходящего трафика:
* `egress` — описание [правила](../../../vpc/concepts/security-groups.md#security-groups-rules) для исходящего трафика:

* `protocol` — протокол передачи данных.
* `v4-cidrs` — список CIDR IPv4 и масок подсетей, куда будет поступать трафик.
Expand All @@ -193,4 +193,4 @@

{% endlist %}

Подробнее в разделе [{#T}](../../../vpc/operations/security-group-create.md).
Подробнее в разделе [{#T}](../../../vpc/operations/security-group-create.md).