ec2SshKey

@JvmName(name = "sjvocejismeanetc")
suspend fun ec2SshKey(value: Output<String>)
@JvmName(name = "tfvwuwlqjiptrqko")
suspend fun ec2SshKey(value: String?)

Parameters

value

EC2 Key Pair name that provides access for remote communication with the worker nodes in the EKS Node Group. If you specify this configuration, but do not specify source_security_group_ids when you create an EKS Node Group, either port 3389 for Windows, or port 22 for all other operating systems is opened on the worker nodes to the Internet (0.0.0.0/0). For Windows nodes, this will allow you to use RDP, for all others this allows you to SSH into the worker nodes.