public static interface RemoteAccessConfig.Builder extends SdkPojo, CopyableBuilder<RemoteAccessConfig.Builder,RemoteAccessConfig>
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessConfig.Builder |
ec2SshKey(String ec2SshKey)
The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node
group.
|
RemoteAccessConfig.Builder |
sourceSecurityGroups(Collection<String> sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes.
|
RemoteAccessConfig.Builder |
sourceSecurityGroups(String... sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoteAccessConfig.Builder ec2SshKey(String ec2SshKey)
The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node group. For more information, see Amazon EC2 Key Pairs in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
ec2SshKey - The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed
node group. For more information, see Amazon EC2 Key Pairs
in the Amazon Elastic Compute Cloud User Guide for Linux Instances.RemoteAccessConfig.Builder sourceSecurityGroups(Collection<String> sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes. If you specify an Amazon EC2 SSH key but do not specify a source security group when you create a managed node group, then port 22 on the worker nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
sourceSecurityGroups - The security groups that are allowed SSH access (port 22) to the worker nodes. If you specify an
Amazon EC2 SSH key but do not specify a source security group when you create a managed node group,
then port 22 on the worker nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for
Your VPC in the Amazon Virtual Private Cloud User Guide.RemoteAccessConfig.Builder sourceSecurityGroups(String... sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes. If you specify an Amazon EC2 SSH key but do not specify a source security group when you create a managed node group, then port 22 on the worker nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
sourceSecurityGroups - The security groups that are allowed SSH access (port 22) to the worker nodes. If you specify an
Amazon EC2 SSH key but do not specify a source security group when you create a managed node group,
then port 22 on the worker nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for
Your VPC in the Amazon Virtual Private Cloud User Guide.Copyright © 2020. All rights reserved.