Access keys for CLI, SDK, & API access https://us-east-1.console.aws.amazon.com/iam/home?region=us-east-1&skipRegion=true#/security_credentials
How to Install or update the AWS CLI
Step one install AWS CLI service https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
How to run a script when your pod starts up
How to automatically fetch a GIT repo and install it in your pod
How to create a SSL certificate for your load balancer
Creating a Load Balancer in EKS
Creating your EKS cluster
This is what you need eksctl create cluster \ –name kubeschool \ –version 1.21 \ –region us-east-1 \ –nodegroup-name kubeschool-nodes \ –node-type t3.medium \ –nodes 1