0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

IAMユーザー名の変更(たったの1ステップ)

Last updated at Posted at 2025-05-18

初めまして、こんにちは。
完全未経験からIT業界に飛び込み、クラウドエンジニアとして日々勉強しています。
知識アウトプットのため、これから小さなことでもブログで公開していきます。
お手柔らかにお願いいたします。

今回はCloudshellを使って、AWSのIAMユーザー名を変更しました。

目的

AWS環境のIAMユーザーの名前を
oldusernewuserに変更する。

現状

IAMユーザー名がolduserです。

image.png

方法

画面右上からCloudshellを開き、

image.png
以下のプロンプトを実行。

aws iam update-user --user-name olduser --new-user-name newuser
以上です。

結果

コンソールをリロードすると、変更後のユーザー名newuserが表示されています。

image.png

感想

たった1行のプロンプトで実現できました。
Cloudshell使いこなせるよう頑張ります。

参考ページ

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?