AWS cli access key and secret with proper permissions to create a new eks cluster.
Install terraform from https://www.terraform.io/downloads.html
Install aws cli from https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
In your command line run:
aws configure
git clone
##update your credintials in variables.tf file
terraform init
terraform plan
terraform apply
terraform destroy