File size: 1,891 Bytes
30fb6dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c72ef91
30fb6dd
 
 
 
 
f725c0f
c72ef91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aa2dbb5
a5ac480
c72ef91
 
e8aa7a9
 
96a5761
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
license: other
license_name: other-non-commercial
license_link: LICENSE
language:
- en
tags:
- aws
- amazon
- cloud
- cloud-computing
- documentation
- technical-documents
- embeddings
- llm
- vector-database
- faiss
- offline-embedding
- pdf
- chunking
- openai
- langchain
- cybersecurity
pretty_name: AWS All-in-One Docs Dataset
size_categories:
- 100K<n<1M
---

# 📚 AWS PDF Chunk Dataset

This dataset consists of chunked text extracted from **all publicly available PDF documents on the Amazon Web Services (AWS) official website**. The data includes whitepapers, user guides, technical documentation, and best practice manuals—covering **virtually every AWS service, concept, and architecture** in depth.

It is designed to serve as a high-quality knowledge base for use in **embedding generation, vector databases, and retrieval-augmented generation (RAG)** systems.

---

## 📦 Dataset Structure

The dataset is provided as a `.json` file. Each entry corresponds to a text chunk extracted from a PDF document using a sliding window with **800-token chunks and 100-token overlap**. This preserves semantic continuity and improves embedding-based retrieval performance.

```json
[
  {
    "id": "EC2Guide-001",
    "source": "EC2Guide.pdf",
    "chunk_id": 1,
    "text": "Amazon EC2 allows scalable computing capacity in the AWS cloud..."
  },
  ...
]
```
⚠️ Disclaimer
This dataset is not affiliated with or endorsed by Amazon Web Services. All content is extracted from publicly available PDF files hosted on aws.amazon.com and is provided strictly for educational and research purposes under fair use.

Commercial usage is not allowed.

---

## 🔗 Author & Contact

- GitHub: [github.com/semihkalkandelen](https://github.com/semihkalkandelen)  
- LinkedIn: [linkedin.com/in/semih-kalkandelen-6b1b47281/](https://www.linkedin.com/in/semih-kalkandelen-6b1b47281/)