Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/micnguyen266/boto3-scripts
- Owner: micnguyen266
- License: gpl-3.0
- Created: 2020-09-21T22:47:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T01:02:02.000Z (over 3 years ago)
- Last Synced: 2024-04-30T01:29:45.615Z (8 months ago)
- Topics: aws, boto3, cloudwatch, cloudwatch-alarms, dynamodb, ec2, ecs, elasticache, kinesis, lambda, load-balancer, python, script, sns
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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