Create IAM Role for the EKS to allow access to other AWS service resources that are required to operate Clusters managed by the EKS Cluster.
•
Create the VPC, which will have the Worker Nodes.
•
Create the EKS, which is the Master Node.
•
Create IAM Role for the NodeGroup of the Worker Nodes with appropriate policies.
•
Create NodeGroup of EC2 Instances, which are the Worker Nodes inside the VPCand attach them to the EKS Cluster (the Master Node).
•
Configure Auto Scaling for the cluster.
•
Deploy Nginx container to the cluster through creating Deployment with Nginx image.