1

我在终端中使用 AWS 访问密钥 ID 和 AWS 秘密访问密钥登录。但是当我运行命令时:

export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain XXXXXXXXXXXX --domain-owner XXXXXXXXXXXX --query authorizationToken --output text``

我收到以下错误:

An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User: arn:aws:iam::XXXXXXXXXXXX:user/XXXXXXXXXXX is not authorized to perform: codeartifact:GetAuthorizationToken on resource: arn:aws:codeartifact:eu-north-1:XXXXXXXXXXX:domain/XXXXXXXXXX with an explicit deny in an identity-based policy

在我的 AWS 账户上启用了 MFA。

  1. 我必须在终端中使用 MFA 登录吗?如果是这样,怎么做?
  2. 我必须添加策略吗?如果是这样,如何?

感谢您在此问题上提供的任何帮助,因为我是 AWS 新手并正在努力学习。

4

0 回答 0