Setting up AWS Cloud9

Used Ubuntu 22 LTS and a default subnet
First I need to configure the VM to connect to my AWS account.

Should be successful
Next I need to make sure I can communicate with EKS in the command line. I have not downloaded it so it will not work immediately

curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin h
eksctl version

Documentation for this - https://docs.aws.amazon.com/eks/latest/userguide/setting-up.html?source=post_page-----4ea9f0ef55b8--------------------------------
Last updated