Metadata-Version: 2.1
Name: aws-info-helper
Version: 0.0.19
Summary: CLI helpers for AWS info gathering using Boto3
Home-page: https://github.com/kenjyco/aws-info-helper
Download-URL: https://github.com/kenjyco/aws-info-helper/tarball/v0.0.19
Author: Ken
Author-email: kenjyco@gmail.com
License: MIT
Keywords: aws,boto,ec2,s3,route53,cli,command-line,helper,kenjyco
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
License-File: LICENSE.txt
Requires-Dist: bg-helper
Requires-Dist: boto3
Requires-Dist: click (>=6.0)
Requires-Dist: dt-helper
Requires-Dist: input-helper
Requires-Dist: settings-helper
Provides-Extra: redis-helper
Requires-Dist: redis-helper ; extra == 'redis-helper'

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
----------------

-  https://aws.amazon.com/free (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
-------------------

-  https://boto3.amazonaws.com/v1/documentation/api/latest/guide/examples.html
-  https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html
-  https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
-  https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/index.html

Official AWS Samples (git repos)
--------------------------------

   Selection of repos from https://github.com/aws-samples with a
   relatively high number of stars.

-  https://github.com/aws-samples/amazon-cognito-developer-authentication-sample
-  https://github.com/aws-samples/amazon-ecs-catsndogs-workshop
-  https://github.com/aws-samples/amazon-elasticsearch-lambda-samples
-  https://github.com/aws-samples/amazon-redshift-udfs
-  https://github.com/aws-samples/amazon-rekognition-video-analyzer
-  https://github.com/aws-samples/api-gateway-secure-pet-store
-  https://github.com/aws-samples/aws-ai-bootcamp-labs
-  https://github.com/aws-samples/aws-amplify-graphql
-  https://github.com/aws-samples/aws-amplify-vue
-  https://github.com/aws-samples/aws-appsync-chat
-  https://github.com/aws-samples/aws-arch-backoff-simulator
-  https://github.com/aws-samples/aws-bookstore-demo-app
-  https://github.com/aws-samples/aws-cicd-docker-containers
-  https://github.com/aws-samples/aws-cidr-finder
-  https://github.com/aws-samples/aws-codedeploy-samples
-  https://github.com/aws-samples/aws-containers-task-definitions
-  https://github.com/aws-samples/aws-deepracer-workshops
-  https://github.com/aws-samples/aws-developer-workshop
-  https://github.com/aws-samples/aws-device-farm-sample-app-for-android
-  https://github.com/aws-samples/aws-dynamodb-examples
-  https://github.com/aws-samples/aws-flow-ruby-samples
-  https://github.com/aws-samples/aws-gamelift-sample
-  https://github.com/aws-samples/aws-iot-elf
-  https://github.com/aws-samples/aws-iot-examples
-  https://github.com/aws-samples/aws-java-sample
-  https://github.com/aws-samples/aws-kube-codesuite
-  https://github.com/aws-samples/aws-lambda-ddns-function
-  https://github.com/aws-samples/aws-lambda-deploy
-  https://github.com/aws-samples/aws-lambda-elixir-runtime
-  https://github.com/aws-samples/aws-lambda-fanout
-  https://github.com/aws-samples/aws-lambda-lifecycle-hooks-function
-  https://github.com/aws-samples/aws-lambda-manage-rds-connections
-  https://github.com/aws-samples/aws-lambda-mirror-dns-function
-  https://github.com/aws-samples/aws-lambda-zombie-workshop
-  https://github.com/aws-samples/aws-media-services-simple-vod-workflow
-  https://github.com/aws-samples/aws-microservices-deploy-options
-  https://github.com/aws-samples/aws-mobile-appsync-chat-starter-angular
-  https://github.com/aws-samples/aws-mobile-ionic-sample
-  https://github.com/aws-samples/aws-mobile-react-native-starter
-  https://github.com/aws-samples/aws-mobile-react-sample
-  https://github.com/aws-samples/aws-modern-application-workshop
-  https://github.com/aws-samples/aws-nlp-workshop
-  https://github.com/aws-samples/aws-nodejs-sample
-  https://github.com/aws-samples/aws-python-sample
-  https://github.com/aws-samples/aws-security-odyssey
-  https://github.com/aws-samples/aws-serverless-airline-booking
-  https://github.com/aws-samples/aws-serverless-appsync-app
-  https://github.com/aws-samples/aws-serverless-chatbot-sample
-  https://github.com/aws-samples/aws-serverless-crud-sample
-  https://github.com/aws-samples/aws-serverless-event-fork-pipelines
-  https://github.com/aws-samples/aws-serverless-samfarm
-  https://github.com/aws-samples/aws-serverless-security-workshop
-  https://github.com/aws-samples/aws-serverless-sns-fanout
-  https://github.com/aws-samples/aws-serverless-workshops
-  https://github.com/aws-samples/aws-service-catalog-reference-architectures
-  https://github.com/aws-samples/aws-training-demo
-  https://github.com/aws-samples/aws-waf-sample
-  https://github.com/aws-samples/aws-workshop-for-kubernetes
-  https://github.com/aws-samples/data-pipeline-samples
-  https://github.com/aws-samples/eb-docker-nginx-proxy
-  https://github.com/aws-samples/eb-locustio-sample
-  https://github.com/aws-samples/eb-node-express-sample
-  https://github.com/aws-samples/eb-py-flask-signup
-  https://github.com/aws-samples/ecs-blue-green-deployment
-  https://github.com/aws-samples/ecs-canary-blue-green-deployment
-  https://github.com/aws-samples/ecs-deep-learning-workshop
-  https://github.com/aws-samples/ecs-demo-php-simple-app
-  https://github.com/aws-samples/ecs-refarch-batch-processing
-  https://github.com/aws-samples/eks-workshop
-  https://github.com/aws-samples/elasticache-refarch-chatapp
-  https://github.com/aws-samples/emr-bootstrap-actions
-  https://github.com/aws-samples/hyperledger-on-kubernetes
-  https://github.com/aws-samples/istio-on-amazon-eks
-  https://github.com/aws-samples/kubernetes-for-java-developers
-  https://github.com/aws-samples/lambda-apigateway-twilio-tutorial
-  https://github.com/aws-samples/lambda-ecs-worker-pattern
-  https://github.com/aws-samples/lambda-go-samples
-  https://github.com/aws-samples/lambda-java8-dynamodb
-  https://github.com/aws-samples/lambda-refarch-fileprocessing
-  https://github.com/aws-samples/lambda-refarch-image-moderation-chatbot
-  https://github.com/aws-samples/lambda-refarch-imagerecognition
-  https://github.com/aws-samples/lambda-refarch-iotbackend
-  https://github.com/aws-samples/lambda-refarch-mobilebackend
-  https://github.com/aws-samples/lambda-refarch-streamprocessing
-  https://github.com/aws-samples/lambda-refarch-webapp
-  https://github.com/aws-samples/machine-learning-samples
-  https://github.com/aws-samples/serverless-data-analytics
-  https://github.com/aws-samples/serverless-sinatra-sample
-  https://github.com/aws-samples/simple-websockets-chat-app
-  https://github.com/aws-samples/startup-kit-templates
-  https://github.com/aws-samples/sync-buckets-state-machine


