AWS EKS Cluster Setup
AWS EKS Cluster Setup
• AmazonEKSClusterPolicy
• AmazonEKSWorkerNodePolicy
• AmazonEC2FullAccess
• Install command:
unzip awscliv2.zip
sudo ./aws/install
• Verify installation:
aws –version
• Install command:
chmod +x kubectl
• Verify installation:
• Verify installation:
eksctl version
aws configure
Enter Access Key ID, Secret Access Key, Region, and Output Format (json).
Explanation:
• VPC setup.
• IAM roles creation.
• Worker nodes provisioning.
Verify connection:
Paste the external IP into your browser. You should see the Nginx Welcome Page!
Verify:
Verify:
• EC2 Instances: Verify no EKS worker nodes are running in the EC2 dashboard.
• VPC: Check the VPC dashboard to confirm deletion of EKS-created VPC.
• IAM Roles: Ensure roles created for the EKS cluster (eksctl-*) are deleted.
• Load Balancers: Check the EC2 > Load Balancers section for deletion of EKS-
created load balancers.