Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.15 KB

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