【发布时间】:2019-07-15 09:15:48
【问题描述】:
我安装了 aws cli 并提供了 aws 访问密钥 ID 和秘密访问密钥。一切都很完美!然后我删除了该用户,因为我不再需要它了。然后我创建了一个新用户(具有不同的访问密钥 ID 和秘密访问密钥)。 问题: 当我输入时
aws configure
我明白了:
AWS Access Key ID [****…]
AWS Secret Access Key [****...]
所以命令提示符使用的是以前的键。
如何在命令提示符中输入新密钥?
【问题讨论】:
标签: amazon-web-services command-line-interface aws-cli