Skip to content

Programmatically polls Trusted Advisor and publishes messages to SNS topic

Notifications You must be signed in to change notification settings

Brndon/BashLimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

AWS Bash Limit

LimitCheck.sh is a simple bash script to programmatically poll the Trusted Advisor resource limit checks. If any of your limits are found to be in Warning (i.e. "Yellow" or "Red") the script will publish a message to the SNS topic ARN provided.

Instructions:

  1. Install the AWS CLI from http://aws.amazon.com/cli

-configure with your AWS credentials

  1. Install the opensource tool "jq"

"sudo yum install jq.x86_64"

  1. Create an SNS topic and subscribe to it via the AWS Management Console

-replace the ARN in the Publish function of "LimitCheck.sh" with the ARN of your SNS topic.

About

Programmatically polls Trusted Advisor and publishes messages to SNS topic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages