terraform-aws-eks-blueprints
terraform-aws-eks-blueprints copied to clipboard
SSH key is not associations with worker nodes
Welcome to Amazon EKS Blueprints!
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
Amazon EKS Blueprints Release version
latest
What is your environment, configuration and the example used?
Terraform v1.1.9
self_managed_node_groups = {
linux = {
node_group_name = "linux"
subnet_type = "private"
launch_template_os = "amazonlinux2eks" # amazonlinux2eks or bottlerocket or windows
remote_access = true
public_key = "key-3"
ec2_ssh_key = "key-3"
ssh_security_group_id = aws_security_group.ssh_sg.id
What did you do and What did you see instead?
I am trying to create self managed node with association SSH key. But after creation EC2 node does not have SSH key
Additional Information
No response
@vara-bonthu mind taking a look at this one?
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Closed in #876