RemoteAccessConfig
public struct RemoteAccessConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let ec2SshKey: String?
-
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.
Declaration
Swift
public let sourceSecurityGroups: [String]?
-
Undocumented
Declaration
Swift
public init(ec2SshKey: String? = nil, sourceSecurityGroups: [String]? = nil)