Key-Pair to Bastion EC2 instance

0

How do I go about getting the .pem key pair on my bastion instance to be able to ssh to my instances on private subnet?

已提问 2 年前856 查看次数
2 回答
2

Hello,

The .pem key is given to you when you create the key. If you lose the key, you may need to generate another key.

Please follow this documentation: How can I connect to my Amazon EC2 instance if I lost my SSH key pair after its initial launch?

profile pictureAWS
专家
Chris_G
已回答 2 年前
profile picture
专家
已审核 1 个月前
0

You can look into alternatives like EC2 Instance Connect and System manager. Below blogs provide a detailed information on each

  1. You can use AWS Systems Manager Session Manager to securely connect to your private instances in your virtual private cloud (VPC) without needing an intermediary bastion host, open ports, or a key pair assigned to the instances - Reference : https://aws.amazon.com/blogs/infrastructure-and-automation/toward-a-bastion-less-world/
  2. How you can improve the security of your existing bastion hosts by using Amazon Elastic Compute Cloud (Amazon EC2) Instance Connect - Reference : https://aws.amazon.com/blogs/infrastructure-and-automation/securing-your-bastion-hosts-with-amazon-ec2-instance-connect/
profile pictureAWS
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则