11
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Object Storage】ネットワーク・ソースでアクセスを制御する

11
Posted at

はじめに

OCI の Object Storage は、ネットワーク・ソース(Network Source) を使うことで
特定の VCN や IP アドレス範囲 からのアクセスだけに制限できます。

この記事では、ネットワーク・ソースの作成から IAM ポリシー設定までの
一連の手順をシンプルにまとめます。

できること

  • Object Storage へのアクセスを 特定ネットワークだけに限定 できる
  • 不正アクセス・誤設定リスクを低減できる
  • 「社内ネットワークからのみアクセス許可」のような構成が簡単に作れる

参考

image.png

手順

  1. OCI コンソール:
    Identity & Security → ネットワーク・ソース を開く

PixPin_2025-11-11_14-52-44.png

2.「ネットワーク・ソースの作成」をクリック

PixPin_2025-11-11_14-53-31.png

3.以下を設定

  • 名前:任意
  • ネットワーク:今回はOCI外からのNWを制御するので「パブリック・ネットワーク」
    • 任意の IP / CIDR を指定

複数のネットワークソースを追加できます。

PixPin_2025-11-11_14-56-33.png

4.ポリシーの設定

PixPin_2025-11-11_15-07-02.png

Allow group nws-test-xxx to manage object-family in compartment xxx where request.networkSource.name='NWS-Test'
11
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?