【发布时间】:2020-11-28 14:31:16
【问题描述】:
我已经为EB配置了一个Python应用程序,安装awsebcli后,我输入了错误的用户名和访问密钥,现在我无法更改它,
当我尝试eb init -p python=3.6 env 时,出现以下错误,
ERROR: NotAuthorizedError - Operation Denied. User: arn:aws:iam::xxxxxxx:user/test is not authorized to perform: elasticbeanstalk:CreateApplication on resource: arn:aws:elasticbeanstalk:us-west-2:2391:application/tryaws
我尝试执行以下命令, eb init , eb config 但仍然导致相同的错误。
我正在关注本指南 > https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk