Open1

You must specify a region. You can also configure your region by running "aws configure".

ふじしろふじしろ

リージョンが指定されていないからリージョンを指定してねの意味

後述のクラスメソッドの記事で紹介されていた対応方法

  1. --regionパラメータで指定する
  2. AWS_DEFAULT_REGION環境変数で指定する
  3. 設定ファイルのregion設定で指定する
% aws configure get region

で設定ファイルの現在のリージョン設定を確認できる。

https://dev.classmethod.jp/articles/tsnote-in-the-aws-cli-depending-on-the-execution-environment-if-region-is-not-given-the-command-will-fail-why-is-this/