Skip to content

palsarma/aws_products

Repository files navigation

aws_products

Script to retrieve the list of AWS Services and their one-line description.

Screen scrapes the url: https://aws.amazon.com/products/

Produces a CSV file containing: Category, Name, Description and Link for each AWS Service found on the page.

Python-way

Prerequisites

  • python3
  • libraries:
    • lxml
    • requests

Save to csv file

python3 aws_products.py > aws_products.csv

Sample formatted file: AWS_Products.xlsx

Docker-way

Prerequisites

Build

docker build -t aws-products .

List all services

docker run aws-products

Save to csv file

docker run aws-products > aws_products.csv

Search services by keyword

docker run aws-products | grep -i %keyword%

For example:

docker run aws-products | grep -i notification

About

Script to retrieve the list of AWS Services and their one-line descriptions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •