Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Django 当我输入aws访问id和aws密钥/:”时;错误:NotAuthorizedError-操作被拒绝。请求中包含的安全令牌无效:";_Django_Amazon Web Services_Web Deployment_Web Hosting - Fatal编程技术网

Django 当我输入aws访问id和aws密钥/:”时;错误:NotAuthorizedError-操作被拒绝。请求中包含的安全令牌无效:";

Django 当我输入aws访问id和aws密钥/:”时;错误:NotAuthorizedError-操作被拒绝。请求中包含的安全令牌无效:";,django,amazon-web-services,web-deployment,web-hosting,Django,Amazon Web Services,Web Deployment,Web Hosting,当我输入aws访问id和aws密钥时 我也试过不同的aws键 从“labs.vocareum.com”生成 它抛出错误:“错误:NotAuthorizedError-操作被拒绝。请求中包含的安全令牌无效:” 错误 重新进入 AWS教育似乎允许Beanstalk: AWS学院也将使用vocareum,因此类似的限制可能适用 但是,您从vocareum获得的所有凭证都是临时的。在我看来,他们已经为你过期了。因此,您可能需要通过创建新的沙盒环境并获取新密钥来刷新它们。AWS Educate似乎允

当我输入aws访问id和aws密钥时 我也试过不同的aws键 从“labs.vocareum.com”生成 它抛出错误:“错误:NotAuthorizedError-操作被拒绝。请求中包含的安全令牌无效:”

错误

重新进入


AWS教育似乎允许Beanstalk:

AWS学院也将使用
vocareum
,因此类似的限制可能适用


但是,您从
vocareum
获得的所有凭证都是临时的。在我看来,他们已经为你过期了。因此,您可能需要通过创建新的沙盒环境并获取新密钥来刷新它们。

AWS Educate似乎允许Beanstalk:

AWS学院也将使用
vocareum
,因此类似的限制可能适用


但是,您从
vocareum
获得的所有凭证都是临时的。在我看来,他们已经为你过期了。因此,您可能需要通过创建新的沙盒环境并获取新的密钥来刷新它们。

无论刷新多少次,我都会收到相同的错误。每次打开Vocareum的凭证窗口时,所有三个(id、密钥、令牌)都是不同的。因此,似乎没有使用CLI的方法。他们允许在GUI中使用BeansTalk,但我甚至不知道如何初始化本地环境(例如查看日志)。无论我刷新多少次,都会出现相同的错误。每次打开Vocareum的凭证窗口时,所有三个(id、密钥、令牌)都是不同的。因此,似乎没有使用CLI的方法。它们允许在GUI中使用BeansTalk,但我甚至不知道如何初始化本地环境(例如查看日志)。
C:\Users>eb init -p python port-aws
You have not yet set up your credentials or your credentials are incorrect
You must provide your credentials.
(aws-access-id): ------(enter key from aws account)-------
(aws-secret-key): --------(enter key from aws account)----
ERROR: NotAuthorizedError - Operation Denied. The security token included in the request is       
invalid.
C:\Users>eb init -p python port-aws
ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The    
security token included in the request is invalid.
ERROR: The current user does not have the correct permissions. Reason: Operation Denied. The  
security token included in the request is invalid.  
You have not yet set up your credentials or your credentials are incorrect
You must provide your credentials.
(aws-access-id): ------(enter key from aws account)-------
(aws-secret-key): ------(enter key from aws account)-------
ERROR: NotAuthorizedError - Operation Denied. The security token included in the request is
invalid.