https://github.com/pravsingh/aws_whitepapers
aws_whitepapers
https://github.com/pravsingh/aws_whitepapers
aws cloud whitepapers
Last synced: 9 months ago
JSON representation
aws_whitepapers
- Host: GitHub
- URL: https://github.com/pravsingh/aws_whitepapers
- Owner: pravsingh
- Created: 2017-12-11T07:24:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T07:39:51.000Z (over 8 years ago)
- Last Synced: 2025-04-04T09:05:05.112Z (over 1 year ago)
- Topics: aws, cloud, whitepapers
- Size: 65.7 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws_whitepapers
run below to start downloading latest documents
```bash
curl "https://aws.amazon.com/whitepapers/" | grep -e '.*\.pdf.*' | sed -e 's/.*href="\(.*\)\.pdf.*/http:\1.pdf/g' | sort | uniq | xargs wget
```