Setup eksctl and awscli
Create access keys
Click account ID shown on top right corner of AWS page after login, then click "Security credentials" in the drop-down menu;
In the "My security credentials page", click "Create access key" button;
When filling the forms for the key creation, choose "Command Line interface" for the "use case";
Put in a description of the key, and save the key ID and value after creation.
Install and configure aws cli
Follow the instructions here for the installation;
Configure the aws cli with the access key ID and value created above. Instrucitons can be found here or here or here.