Issue
When I enter aws-acess-id and aws-secret-key I tried different aws keys too generated from "labs.vocareum.com" It throws errors: "ERROR: NotAuthorizedError - Operation Denied. The security token included in the request is invalid:"
Error
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.
ReEnter
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.
Solution
AWS Educate does seem to allow Beanstalk:
AWS Academy will also use vocareum
, so similar limitations may apply.
However, all credentials that you get from vocareum
are temporary. It seem to me that they have already expired for you. Thus you may need to refresh them by creating new sandbox environment and getting new keys.
Answered By - Marcin Answer Checked By - Timothy Miller (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.