Use Terraform to deploy an EKS cluster
Prerequisites Clone the project (https://github.com/NileTradeX/infrastructure-as-code.git) and go to the EKS directory. To run the Terraform project, you will need: Terraform v1.8+ an AWS account the AWS CLI v2.7.0/v1.24.0 or newer, installed and configured AWS IAM Authenticator kubectl v1.24.0 or newer Installation Terraform v1.8+ AWS CLI v2.7.0/v1.24.0 or newer kubectl v1.24.0 or newer AWS Configuration Configure your AWS credentials using the AWS CLI with aws configure. You will need your AWS Access Key ID, Secret Access Key, and default region name....