GetNodeGroupRemoteAccess

data class GetNodeGroupRemoteAccess(val ec2SshKey: String, val sourceSecurityGroupIds: List<String>)

Constructors

Link copied to clipboard
constructor(ec2SshKey: String, sourceSecurityGroupIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

EC2 Key Pair name that provides access for SSH communication with the worker nodes in the EKS Node Group.

Link copied to clipboard

Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes.