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 vector storage service that lives natively inside S3 — purpose-built for retrieval-augmented generation (RAG) and similarity search workloads
  • Common mistakes **Mistake 1:** Using S3 Vectors for latency-critical agentic workflows
  • Use OpenSearch Serverless or in-memory caches for retrieval steps inside an agent loop
  • Mistake 2:** Skipping the metadata schema design

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.
S3
S3 is an AWS service relevant to amazon s3 vectors.
Amazon S3
Amazon S3 is an AWS service relevant to amazon s3 vectors.
RDS
RDS is an AWS service relevant to amazon s3 vectors.
Aurora
Aurora is an AWS service relevant to amazon s3 vectors.
Amazon Aurora
Amazon 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.
Amazon OpenSearch
Amazon 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.

Related Content

Definition

Amazon S3 Vectors is a vector storage service that lives natively inside S3 — purpose-built for retrieval-augmented generation (RAG) and similarity search workloads. Announced in 2025, S3 Vectors targets the same workloads as Pinecone, OpenSearch Serverless, and pgvector, but with up to 90% lower storage cost and tighter integration with Amazon Bedrock Knowledge Bases.

What it provides

When to use S3 Vectors

When not to use S3 Vectors

Cost comparison (illustrative, May 2026)

StoreStorage (per 1M vectors @ 1024d)Query cost model
OpenSearch Serverless~$700/month at typical OCU baselineOCU-hours
Pinecone Pod~$70/month per podPod-hours
S3 Vectors~$10/monthPer-query

Always benchmark on your actual vector dimensionality, QPS, and recall requirements before committing.

Common mistakes

Mistake 1: Using S3 Vectors for latency-critical agentic workflows. Use OpenSearch Serverless or in-memory caches for retrieval steps inside an agent loop.

Mistake 2: Skipping the metadata schema design. S3 Vectors lets you filter on metadata at query time — designing the schema for tenant isolation, document version, and freshness up front saves a re-index later.

Mistake 3: Re-creating an entire vector index instead of using the streaming sync from Bedrock Knowledge Bases. Knowledge Bases incremental sync is the supported path.

Need Help with This Topic?

Our AWS experts can help you implement and optimize these concepts for your organization.