Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the OCI tutorilas:fa63721c433c0b1fbd3697f472f05b4f38eb0543 #419

Merged
merged 1 commit into from
Jul 16, 2024
Merged
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
13 changes: 10 additions & 3 deletions tutorials/_hpc/spinup-gpu-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,17 @@ header:
- **ルート表** x 2(パブリックサブネットとプライベートサブネットにアタッチ)
- **セキュリティリスト** x 2(パブリックサブネットとプライベートサブネットにアタッチ)

この **仮想クラウド・ネットワーク** は、 **セキュリティリスト** で以下のアクセス制限が掛けられています
作成後、 **セキュリティリスト** が以下となるように修正します

- インターネットからのアクセス:パブリックサブネットに接続されるインスタンスの22番ポート(SSH)に限定
- インターネットへのアクセス:インターネット上の任意のIPアドレス・ポートに制限なくアクセス可能
| サブネット | 通信方向 | ステートレス | ソース | IPプロトコル | ソース・ポート範囲 | 宛先ポート範囲 |
| :----: | :---: | :----: | :---------: | :------: | :-------: | :-----: |
| パブリック | イングレス | いいえ | 0.0.0.0/0<br>(※2) | TCP | All | 22 |
| | | いいえ | 10.0.0.0/16 | 全てのプロトコル | - | - |
| | イグレス | いいえ | 0.0.0.0/0 | 全てのプロトコル | - | - |
| プライベート | イングレス | いいえ | 10.0.0.0/16 | 全てのプロトコル | - | - |
| | イグレス | いいえ | 0.0.0.0/0 | 全てのプロトコル | - | - |

※2)この設定により、BastionノードへのSSHアクセスをインターネット上の全てのIPアドレスに許可していますが、これを自身のサイトのIPアドレスに限定することで、不正アクセスを防ぐことが可能です。

## 1-2. Bastionノード作成

Expand Down
Loading