techworldwithsiva / terraform-aws-eksctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

SSH-Keys

  • First prepare your SSH key pair.
  • Import public key AWS key pairs.

WorkStation

eksctl create cluster --config-file=eks.yaml

in AWS if one service wants to create or access other service. For example

  • EKS cluster has to create Load Balancer. Then EKS cluster should have IAM Role that has a permission to create load balancer.
  • Security Groups, when traffic is coming to EC2 instances, you should always check that port is allowed or not.

alt text

About