6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【OCI】リソースのコンパートメントを変更する

6
Posted at

OCI(Oracle Cloud Infrastructure)では、リソースを論理的に整理する単位としてコンパートメントを使用します。

このコンパートメントは、作成済みのリソースを後から別のコンパートメントへ移動することが可能です。

ポイント

  • コンピュート、VCNなど多くのリソースは移動可能
  • 移動による 停止は基本的に発生しない
  • 一部リソースは移動不可(例:ルートコンパートメント固定のもの)
  • 移動後は移動先コンパートメントのIAMポリシーが即時適用される

やり方

今回は Object Storage のバケットを例に、コンパートメントを変更します。

  • OCIコンソールで対象リソースを開く

  • 対象リソース(今回はバケット)の「アクション」メニュー(︙)」→「リソースの移動」 を選択

image.png

  • 移動先のコンパートメントを選択し、「リソースの移動」 をクリック

image.png

これでコンパートメントの変更は完了です。

参考

コンパートメント自体の場所を変える、移動させる場合はこちらをご参照ください。

6
3
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
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?