Class NodeGroupRemoteAccessArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Eks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NodeGroupRemoteAccessArgs : ResourceArgs
Constructors
View SourceNodeGroupRemoteAccessArgs()
Declaration
public NodeGroupRemoteAccessArgs()
Properties
View SourceEc2SshKey
EC2 Key Pair name that provides access for SSH 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, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).
Declaration
public Input<string> Ec2SshKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceSecurityGroupIds
Set of EC2 Security Group IDs to allow SSH access (port 22) from on the worker nodes. If you specify ec2_ssh_key, but do not specify this configuration when you create an EKS Node Group, port 22 on the worker nodes is opened to the Internet (0.0.0.0/0).
Declaration
public InputList<string> SourceSecurityGroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |