Sending SNS Alert and Terminating EC2 instance accessed using SSH

Let us assume that your company has a policy that mandates immediate notification and termination of any EC2 instance accessed via SSH. How do you implement this? In this article, we will explore one solution that makes use of (1) CloudWatch Log Subscription, (2) Lambda and (3) SNS. I believe this option offers more flexibility …

Sending SNS Alert and Terminating EC2 instance accessed using SSH Read More »