项目作者: guikcd
项目描述 :
Index of common AWS managed services versions
高级语言: Python
项目地址: git://github.com/guikcd/aws-managed-services-versions.git
aws-managed-services-versions

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:
$ bash ./test_lambda.sh
...
- Point your browser to
index2.html