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?

AWSにKali Linuxをインストールする時にSSMで接続出来るようにする

Posted at

事前準備

EC2にアタッチするロールを作成する
ロール名:ssm-role
ポリシー:AmazonSSMManagedInstanceCore

立ち上げ

AMIでkai linuxを選択
IAMロールに作成したssm-roleを選択

ユーザーデータに以下を入力

#!/bin/bash
wget https://s3.ap-northeast-1.amazonaws.com/amazon-ssm-ap-northeast-1/latest/debian_amd64/amazon-ssm-agent.deb
dpkg -i amazon-ssm-agent.deb

起動させる

接続

sudo su - kali

以上

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?