$ cd /home/mizuki
$ npm install -g @aws-amplify/cli
Amplify CLIの設定を行う
$ amplify configure
Follow these steps to set up access to your AWS account:
Sign in to your AWS administrator account:
Press Enter to continue
ブラウザが起動してAWSコンソールのログイン画面が表示される。
administratorアカウントでログインする。
コマンドプロンプトでEnterを押して続ける。
Amplify用のIAMユーザーを作成する
Specify the AWS Region
? region: (Use arrow keys)
> (矢印キーでリージョンを選択する)
Specify the username of the new IAM user:
? user name: (デフォルトのユーザー名が表示される) (デフォルトのユーザー名のままでEnterを押す)
ブラウザで「ユーザーを追加」画面が表示される。
Enter the access key of the newly created user:
? accessKeyId: (アクセスキーIDを入力する)
? secretAccessKey: (シークレットアクセスキーを入力する)
This would update/create the AWS Profile in your local machine
? Profile Name: (default) (デフォルトのままでEnterを押す)
Successfully set up the new user.