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?

More than 1 year has passed since last update.

【AWS】AWSコマンドまとめ

Last updated at Posted at 2022-09-07

背景

  • AWSコマンドを全然覚えない自分のために、使用したAWSコマンドをまとめておきたい。

目標

  • 使用したAWSコマンドをまとめていく。

AWSコマンドまとめテーブル

コマンド 説明
$aws s3 cp s3://[バケット名] ./ --recursive s3のバケットのファイルをローカルにDL 
$aws configure sso --profile [プロファイル名] ssoのconfigファイルを作る
$aws sso login --profile [プロファイル名] 指定のプロファイルでssoログインする
$aws iam list-roles roleの一覧を表示
$aws ~ --region [region名]  regionを指定のoption
$aws ~ --region ap-northeast-1 tokyoを指定した場合

補足

  • 自分がわかりやすいように書いているので、色々間違ってるかもしれません。

参考資料

個人ブログ

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?