AWS CLI の設定を管理します。 詳しくはこちら: https://docs.aws.amazon.com/cli/latest/reference/configure/
aws configure
aws configure --profile {{プロファイル名}}
aws configure get {{名前}}
aws configure get {{名前}} --profile {{プロファイル名}}
aws configure set {{名前}} {{値}}
aws configure set {{名前}} {{値}} --profile {{プロファイル名}}
aws configure list
aws configure list --profile {{プロファイル名}}