About 89,100 results
Open links in new tab
  1. How can I re-download the pem file in AWS EC2?

    Jun 30, 2015 · 73 I made a key pair pem file called "test.pem", and I downloaded to my PC. I made a new instance with this pem file. Now I am in a different pc, and I don't have this pem …

  2. ssh - Download existing EC2 key pair - Server Fault

    For anyone looking to retrieve the public part of an existing key pair from AWS EC2, this is the command you are looking for: aws ec2 describe-key-pairs --key-names key-pair-name - …

  3. How do I download my public key (key pair) in AWS?

    Feb 7, 2019 · However, it now uses the key in the key pair in the old region. In order to avoid confusion for myself in the future, I want to move the key from the key pair in the old region to …

  4. How to get a .pem file from ssh key pair? - Server Fault

    106 I created a key pair using ssh-keygen and get the two clasic id_rsa and id_rsa.pub. I imported the public key into my AWS EC2 account. Now I created a windows instance and to decrypt …

  5. Recovering lost AWS EC2 Key Pairs - Stack Overflow

    Apr 10, 2018 · If the instance is a managed instance in AWS Systems Manager, you can use the AWSSupport-ResetAccess document to recover the lost key pair. Open the AWS Systems …

  6. How to use a new key pair downloaded from Amazon EC2?

    Oct 31, 2020 · Where are you clicking "Download" -- in the EC2 console, or on what appears to be a Mac? When you say "download from EC2", do you mean an EC2 instance, or the EC2 …

  7. Create a key pair and download the .pem file with Terraform (AWS)

    May 4, 2021 · Instead, we can create the myKey.pem file which has the same private key as the key pair myKey on AWS. So the created myKey and myKey.pem file by Terraform are the …

  8. From a running EC2 instance, how do I download the AWS …

    Mar 8, 2023 · From a running EC2 instance, how do I download the AWS generated private key for use with SSH and WinSCP in PEM format? I expected to see Download on the Actions …

  9. AWS Key Pair Lost how to Recover - Stack Overflow

    Dec 23, 2015 · I have lost EC2 Instance key pair and can't i download it again from AWS Management console.? Please advise how i can connect the same instance again with easiest …

  10. How to download public key from Amazon AWS? - Server Fault

    28 I have a running amazon ec2 linux instance associated with a keypair (p1) and I have downloaded the private key to my home desktop. Now at work, I created a keypair (p2) on my …