Add Keypair to existing EC2 instance

前端 未结 10 885
夕颜
夕颜 2020-11-28 17:32

I was given AWS Console access to an account with 2 instances running that I cannot shut down (in production). I would however like to gain SSH access to these instances, is

10条回答
  •  旧巷少年郎
    2020-11-28 17:56

    In my case I used this documentation to associate a key pair with my instance of Elastic Beanstalk

    Important

    You must create an Amazon EC2 key pair and configure your Elastic Beanstalk–provisioned Amazon EC2 instances to use the Amazon EC2 key pair before you can access your Elastic Beanstalk–provisioned Amazon EC2 instances. You can set up your Amazon EC2 key pairs using the AWS Management Console. For instructions on creating a key pair for Amazon EC2, see the Amazon Elastic Compute Cloud Getting Started Guide.

    Configuring Amazon EC2 Server Instances with Elastic Beanstalk

提交回复
热议问题