From 14ef2f2041a818062527c8c93e167c00929caae8 Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Fri, 26 Apr 2024 15:19:55 -0400 Subject: [PATCH] Change ssh key name --- templates/cluster-template-aws.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cluster-template-aws.rc b/templates/cluster-template-aws.rc index dc51997..9ab98c0 100755 --- a/templates/cluster-template-aws.rc +++ b/templates/cluster-template-aws.rc @@ -16,7 +16,7 @@ export AWS_CREATE_BASTION=true export AWS_PUBLIC_IP=false export AWS_CONTROL_PLANE_MACHINE_FLAVOR=t3.large export AWS_NODE_MACHINE_FLAVOR=t3.large -export AWS_SSH_KEY_NAME=microk8s +export AWS_SSH_KEY_NAME=my-ssh-key # (optional) Snap risk level and confinement export SNAP_RISKLEVEL="stable"