eksctl config files #4741
Unanswered
rhino007US
asked this question in
Q&A
Replies: 1 comment 1 reply
-
eksctl uses the AWS SDK which uses this mechanism for discovering AWS credentials. For most cases, if you've configured your AWS CLI to work with your AWS credentials and are able to successfully run commands like
You can find example ClusterConfig files in https://github.com/weaveworks/eksctl/tree/main/examples. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see an example config file for eksctl, nor what it is called. Here is what happens when i run eksctl:
bash#: eksctl create cluster -f cluster.yaml
Error: checking AWS STS access – cannot get role ARN for current session: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: b16f19e4-ab52-4de9-96f4-37eedb10f4c9
Where does the token come from? Is ekcctl supposed to use the files in ~/.aws for Account ID and Account key to generate the token?
I have these in place and they work for awscli.
Beta Was this translation helpful? Give feedback.
All reactions