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?

asked a year ago826 views
2 Answers
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
EXPERT
Chris_G
answered a year ago
profile picture
EXPERT
reviewed 22 days ago
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions