Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data RemoteAccessConfig Source #
An object representing the remote access configuration for the managed node group.
See: newRemoteAccessConfig
smart constructor.
RemoteAccessConfig' | |
|
Instances
newRemoteAccessConfig :: RemoteAccessConfig Source #
Create a value of RemoteAccessConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceSecurityGroups:RemoteAccessConfig'
, remoteAccessConfig_sourceSecurityGroups
- The security groups that are allowed SSH access (port 22) to the 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
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.
$sel:ec2SshKey:RemoteAccessConfig'
, remoteAccessConfig_ec2SshKey
- The Amazon EC2 SSH key that provides access for SSH communication with
the nodes in the managed node group. For more information, see
Amazon EC2 key pairs and Linux instances
in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
remoteAccessConfig_sourceSecurityGroups :: Lens' RemoteAccessConfig (Maybe [Text]) Source #
The security groups that are allowed SSH access (port 22) to the 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 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_ec2SshKey :: Lens' RemoteAccessConfig (Maybe Text) Source #
The Amazon EC2 SSH key that provides access for SSH communication with the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.