项目作者: guikcd

项目描述 :
Index of common AWS managed services versions
高级语言: Python
项目地址: git://github.com/guikcd/aws-managed-services-versions.git
创建时间: 2020-06-25T19:32:55Z
项目社区:https://github.com/guikcd/aws-managed-services-versions

开源协议:

下载


aws-managed-services-versions

Actions Status

Spec

  • fetch datas from managed services:
    • Amazon OpenSearch Service
    • Amazon RDS
    • Amazon DocumentDB (MongoDB)
    • Amazon ElastiCache (Redis & Memcached)
    • AWS Elastic Beanstalk
    • Amazon Elastic Kubernetes Service (EKS)
    • AWS Lambda
    • Amazon MQ (ActiveMQ & RabbitMQ)
    • Amazon Managed Streaming for Apache Kafka (MSK)
    • Amazon Lightsail
    • Amazon Keyspaces (for Apache Cassandra)
  • Generate a single index.html page (use bootstrap); you can search all fields, thanks to jQuery

Visualize on-line

Live on: https://aws-versions.iroqwa.org

How to launch manually

  • Authenticate on an AWS account (only describe/list actions, AWS managed policy ReadOnlyAccess is OK)
  • Install dependencies (virtualenv + requirements.txt)
  • Generate the HTML page:
  1. $ bash ./test_lambda.sh
  2. ...
  • Point your browser to index2.html