Skip to content

mcostacurta/aws-slack-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

aws-slack-alert

Use this to send an slack message when a new instance ec2 is created with a SSD disk.

What do you need before

How to use

Step 1: Create a lambda function using the alertNewSSDInstance.py

Step 2: Create a CloudWatch Events > Rule to trigger a lambda function

Event Pattern:

{
  "source": [
    "aws.ec2"
  ],
  "detail-type": [
    "EBS Volume Notification"
  ],
  "detail": {
    "event": [
      "createVolume",
      "modifyVolume"
    ]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages