Reputation: 81
Recently I was trying to upload an app to aws but an error occurred:
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): (aws-secret-key): ERROR: Operation Denied. The security token included in the request is invalid.
I was wondering where to get aws-access-id and aws-secret-key for this step in order to upload the app successfully.
Upvotes: 3
Views: 2627
Reputation: 81
Problem solved.
It turns out that the Access Key ID and Access Key can be found on: https://console.aws.amazon.com/iam/home#/security_credential
Upvotes: 4