# # EKS Cluster Resources # * IAM Role to allow EKS service to manage other AWS services # * EC2 Security Group to allow networking traffic with EKS cluster # * EKS Cluster # resource "aws_iam_role" "playground-prod-cluster" { name = "playground-prod-cluster" assume_role_policy = <