0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Oracle Cloud Infrastructure (OCI) 上のVCN表示名を変更してみた

Posted at

はじめに

OCIを利用するにあたって、仮想クラウド・ネットワーク(Virtual Cloud Network : VCN) は最初に必ず作成するかと思いますが、VCN名は画面上からは変更ができません。
当初、設定したVCN名が今では分かりにくくなってしまったので、VCNの更新を参考にVCN名を更新してみた。

1. 変更前のVCN名

現状、「vcn-20220317-1743」というVCN名。
image.png

2. VCN名の変更

  1. OCIの上部バーの「開発者ツール」アイコンをクリック
  2. Cloud Shellをクリック
    image.png
  3. マニュアル通り、下記コマンドを実行
    $ oci network vcn update --vcn-id [vcn-ocidを入力] --display-name [変更後のvcn名]

実行コマンド

$ oci network vcn update --vcn-id [vcn-ocidを入力] --display-name DemoVCN

3. 変更後のVCN名

VCN名を変更できました。
image.png

終わりに

画面上からはVCN名を変更できませんが、コマンドから変更することができました。
このVCNに関連付けられたDBなどもにも、ちゃんと変更が反映されていることを確認できております!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?