0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AWSで起動したインスタンスへの接続方法

Posted at

AWSのインスタンスにどうやって接続するのかわからなかったので残しておきます。

インスタンス起動

新しいインスタンス起動時にキーペアを作成します。
任意のキーペア名を入力しキーペアを作成します。
キーペアが作成されたらそのキーが保存されていることを確認してください。

キーペア名: 任意
キーペアタイプ: RSA
プライベートキーファイル: .pem

作成したらインスタンスを起動します。

インスタンスに接続

接続したいインスタンスを選択しインスタンスに起動を押します。
接続方法をSSHクライアントを選択し下部4番目の「ご使用のインスタンスのパブリックDNSを使用してインスタンスに接続」のコマンドをコピーします。

コピーしたらコマンドプロンプトを起動し、ペーストします。

admin@ip-xxx: $

となれば成功です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?