Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/micnguyen266/boto3-scripts

Boto3 python script to quickly create/delete AWS Cloudwatch alarms in one-shot.
https://github.com/micnguyen266/boto3-scripts

aws boto3 cloudwatch cloudwatch-alarms dynamodb ec2 ecs elasticache kinesis lambda load-balancer python script sns

Last synced: 12 days ago
JSON representation

Boto3 python script to quickly create/delete AWS Cloudwatch alarms in one-shot.

Awesome Lists containing this project

README

        

## Cloudwatch Alarms Script

### Instructions

1. Its preferable to use an IDE like pycharm to make edits and use the in-built terminal to run the script.
https://www.jetbrains.com/pycharm/download/#section=mac. If using the IDE, please import boto3.

2. If not using an IDE you can use a combination of your favorite editor like Sublime Text and the terminal to run the script.
If using the terminal you need to install boto3. Try `pip install boto3`. To verify its installed `pip show boto3`.

3. Before running the script you need to input the values under "REQUIRED" for the alarms you want to create. Please note it is
not necessary for you to input all values just the ones you need for each specific alarm.

4. To run the script, go to your terminal and cd to this directory and run `python cloudwatch_alarms.py`. Then follow the prompts in the script.

### Author

Michael Nguyen https://github.com/micnguyen266