https://github.com/kenjyco/aws-info-helper
Helpers for working with Boto3 output and AWS resources
https://github.com/kenjyco/aws-info-helper
aws boto cli ec2 kenjyco python route53 s3
Last synced: 6 months ago
JSON representation
Helpers for working with Boto3 output and AWS resources
- Host: GitHub
- URL: https://github.com/kenjyco/aws-info-helper
- Owner: kenjyco
- License: other
- Created: 2018-11-13T15:13:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T01:43:09.000Z (11 months ago)
- Last Synced: 2024-11-27T02:29:47.891Z (11 months ago)
- Topics: aws, boto, cli, ec2, kenjyco, python, route53, s3
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Install
Install with `pip`
```
% pip3 install aws-info-helper
```#### Or, install with redis-helper backend support
```
% pip3 install aws-info-helper[redis]
```## Usage
> TODO
## AWS Free Account
- (check the "Always Free" box in the Tier Type
filter)
- 1 million [Lambda](https://aws.amazon.com/lambda) requests
- 1 million [SNS](https://aws.amazon.com/sns) publishes
- 1 million [SQS](https://aws.amazon.com/sqs) requests
- 1 million [Glue](https://aws.amazon.com/glue) objects
- 25 GB [DynamoDB](https://aws.amazon.com/dynamodb) storage
- 10 GB [Glacier](https://aws.amazon.com/glacier) storage retrievals
- 100k [X-Ray](https://aws.amazon.com/xray) traces recorded per month
- 62k [SES](https://aws.amazon.com/ses) outbound messages/month
- 50k [Cognito](https://aws.amazon.com/cognito) monthly active users
- 10k [SWF](https://aws.amazon.com/swf) activity tasks
- 4k [Step function](https://aws.amazon.com/step-functions) transitions/month
- 10 [CloudWatch](https://aws.amazon.com/cloudwatch) metrics and alarms
- [Chime](https://aws.amazon.com/chime) video conferencing## Official Boto3 Docs
-
-
-
-## Official AWS Samples (git repos)
> Selection of repos from with a relatively
> high number of stars.-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-