Can I change the EC2 instance key name as shown in the AWS console?

I changed the AWS key for SSH access to the EC2 instance, creating a new key from the console, and then added the public key value to the authorized_key file, which worked as expected.

However, the AWS console still displays the old key name as the key for this instance. Will this be a problem in the long run anyway? How to change the old key name to the newly created key name?

+3
source share
1 answer

You cannot change the initial key name for an instance of Amazon EC2 , as shown in the AWS Management Console .

, , ; AWS , . Eric Hammond ec2 .

+3

All Articles