This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
📦 What You’ll Need: | |
🔁 Architecture Overview | |
Component Role | |
EventBridge Rule -> Triggers on EC2 terminated event | |
Lambda Function -> Launches a replacement EC2 instance with same configuration | |
IAM Role -> for Lambda Allows reading EC2 instance info + launching new instance | |
🧠 EventBridge Rule Pattern (to use in AWS Console or IaC) | |
{ | |
"source": ["aws.ec2"], |