Skip to main content

AWS Glossary

Amazon S3 Vectors

S3 Vectors is the AWS native vector store — purpose-built vector storage on S3 with up to 90% lower cost than dedicated vector databases for RAG workloads.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

S3 Vectors is the AWS native vector store — purpose-built vector storage on S3 with up to 90% lower cost than dedicated vector databases for RAG workloads.

Key Facts

  • S3 Vectors is the AWS native vector store — purpose-built vector storage on S3 with up to 90% lower cost than dedicated vector databases for RAG workloads
  • Definition Amazon **S3 Vectors** is a native vector storage tier on S3 for embeddings and similarity search
  • As of **June 16, 2026**, `QueryVectors` returns up to **10,000** similarity search results per query (100× the prior 100-result limit), with **paginated** responses via `nextToken`
  • Query **data-processed charges** on indexes with **more than 10 million vectors** dropped **up to 80%** automatically
  • Large result sets may incur **data-returned** fees beyond the first **512 KB** per query — see the [S3 pricing page](https://aws

Entity Definitions

Amazon Bedrock
Amazon Bedrock is an AWS service relevant to amazon s3 vectors.
Bedrock
Bedrock is an AWS service relevant to amazon s3 vectors.
Lambda
Lambda is an AWS service relevant to amazon s3 vectors.
S3
S3 is an AWS service relevant to amazon s3 vectors.
Amazon S3
Amazon S3 is an AWS service relevant to amazon s3 vectors.
Aurora
Aurora is an AWS service relevant to amazon s3 vectors.
Athena
Athena is an AWS service relevant to amazon s3 vectors.
OpenSearch
OpenSearch is an AWS service relevant to amazon s3 vectors.
RAG
RAG is a cloud computing concept relevant to amazon s3 vectors.
multi-tenant
multi-tenant is a cloud computing concept relevant to amazon s3 vectors.
serverless
serverless is a cloud computing concept relevant to amazon s3 vectors.
compliance
compliance is a cloud computing concept relevant to amazon s3 vectors.

Related Content

Definition

Amazon S3 Vectors is a native vector storage tier on S3 for embeddings and similarity search. Vector buckets store high-dimensional vectors with metadata filters; indexes support cosine, Euclidean, and dot-product distance metrics. S3 Vectors reached GA in 2025 as a Bedrock Knowledge Bases vector store option alongside OpenSearch Serverless, Aurora pgvector, and partner engines — targeting RAG and semantic search where storage cost dominates OpenSearch OCU-hours or dedicated vector DB pods.

As of June 16, 2026, QueryVectors returns up to 10,000 similarity search results per query (100× the prior 100-result limit), with paginated responses via nextToken. Query data-processed charges on indexes with more than 10 million vectors dropped up to 80% automatically. Large result sets may incur data-returned fees beyond the first 512 KB per query — see the S3 pricing page.

The trade-off is latency: expect roughly sub-100ms to low hundreds of ms query times suitable for batch retrieval, wide recall + rerank pipelines, and many chat RAG flows — not sub-10ms agent loops at thousands of QPS.

Store (illustrative)Cost driverLatency profileMax topK (June 2026)
OpenSearch ServerlessOCU-hours + storageLower p99 on small indexesIndex-dependent
Dedicated vector SaaSPod/replica hoursTunable, vendor-specificVendor-specific
S3 VectorsStorage + per-queryHigher tail, lowest storage $10,000 (paginated)

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.