block access to ec2 instance

0

one of our developer has quit the organization and he has the original pem file that gives access to our ec2 instance. so what steps can we take to avoid any misdoings by him?

3回答
2

Here are the steps to replace the key, Add or remove a public key on your instance.

You could also restrict SSH via the security group assigned to the instance.

You may want to use Sessions Manager to login to the instance which allows you to control access using IAM instead of SSH keys.

profile pictureAWS
エキスパート
kentrad
回答済み 1年前
0
profile picture
Syd
回答済み 1年前
0

Ensure SSH access over the public Internet isnt permitted. If it is, you will need to change the SSH key

Otherwise ensure said developer doesnt have any remote access to the environment.

profile picture
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ