在应用命令 aws codeartifact get-authorization-token 生成 token 的时候失去提醒:
You must specify a region. You can also configure your region by running "aws configure".
解决办法
其实解决办法曾经通知你了,你须要在你的命令行中运行
C:Usersyhu>aws configure
进行配置。
配置将会要求你输出:
AWS Access Key ID [None]:
AWS Secret Access Key [None]:
Default region name [None]:
Default output format [None]:
下面的信息,AWS Access Key ID 和 AWS Secret Access Key 在 AWS 控制台的 IAM 中找。
在下面的页面中抉择平安配置。
在这里将会有配置分区。
如果你须要新的 AWS Access Key ID 和 AWS Secret Access Key,你能够在这里从新创立,须要留神的是 AWS Secret Access Key 只会呈现一次,你须要将 AWS Secret Access Key 保留在特定的中央。
https://www.ossez.com/t/aws-region/469