PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, July 14, 2022

[FIXED] When I enter aws-acess-id and aws-secret-key /: "ERROR: NotAuthorizedError - Operation Denied. The security token included in the request is invalid:"

 July 14, 2022     amazon-web-services, django, web-deployment, web-hosting     No comments   

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 Services Supported with AWS Educate Starter Account

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing