Listing Thumbnail

    Milvus DB: AI-Ready Vector Database Environment

     Info
    Deployed on AWS
    Preconfigured VM with Milvus vector DB, JupyterHub, Milvus CLI, and Ollama LLM runtime. Build and test AI Agents with semantic search, and RAG capabilities without 3rd party APIs using a complete, code-ready environment.

    Overview

    This is a repackaged open source software product wherein additional charges apply for support by TechLatest.net.

    Important: For step by step guide on how to setup this vm, please refer to our Getting Started guide 

    This virtual machine bundles Milvus, the industry-leading open-source vector database, in a fully inte-grated environment designed for building and testing AI Agents with semantic search, and Retrieval-Augmented Generation (RAG) capabilities.

    Ideal for developers, data scientists, and AI researchers, this VM offers a secure, private workspace with all the tools needed to work with vector embeddings, local language models, and interactive data exploration.

    Milvus is an open-source, high-performance vector database built to accelerate applications involving unstructured data such as text, images, audio, and video. It's designed with both speed and scalability in mind, making it a preferred choice for modern AI, search, and recommendation systems.

    Key Features of Milvus:

    • High-performance vector similarity search (supports billion-scale data)
    • Multiple distance metrics (L2, Cosine, Inner Product)
    • Hybrid search support (combine vector and structured fields)
    • Scalable indexing options (IVF, HNSW, etc.)
    • gRPC and RESTful APIs

    Common Use Cases:

    • Semantic search engines
    • Retrieval-Augmented Generation (RAG) pipelines
    • Recommendation systems
    • Visual similarity search (images, video, audio)
    • Anomaly detection using embeddings

    Included Tools & Add-ons

    In addition to Milvus, this VM includes a curated set of tools to make development and experimenta-tion seamless:

    JupyterHub (with Python Virtual Environment)

    JupyterHub provides a multi-user, browser-based interface for running Jupyter notebooks. It enables interactive coding, data visualization, and experimentation in a shared Python environment.

    • Accessible through the browser Pre-configured with:
    • pymilvus: Milvus Python SDK
    • milvus-lite: lightweight in-memory version for testing
    • ollama Python client Provides a ready-to-run RAG demo notebook including:
    • Document loading and embedding
    • Vector insertion and search in Milvus
    • Local LLM-based question answering

    Milvus CLI

    • Lightweight command-line tool for managing collections, indexes, and inspecting schemas
    • Can be used as an alternative to WebUI for users who prefer terminal access

    Milvus Web UI

    • GUI for managing collections, viewing schema, and monitoring the database
    • Restricted to RDP for security, as WebUI currently lacks authentication but can be made accessible through brows-er with ready to run script.

    Ollama LLM Runtime

    Ollama is a lightweight, local runtime for deploying and running large language models (LLMs) on your machine. It allows you to generate text, create embeddings, and build AI workflows without relying on external APIs.

    • Supports embedding and generation models for local inference.
    • Integrates with the RAG pipeline in the demo notebook.

    What's Included

    Milvus (Docker): Vector DB running in standalone mode JupyterHub: Python IDE preloaded with SDKs & demo Milvus CLI: Optional command-line tool for DB operations Ollama (host): Local LLM runtime for embedding + generation Demo Notebook: End-to-end RAG example pre-run and validated

    Ideal For

    • AI/ML engineers building GenAI apps or semantic search systems
    • Researchers evaluating vector DBs and RAG architectures
    • Teams building domain-specific search or retrieval tools
    • Educational demos or internal POCs

    Secure & Private

    • All tools run locally inside the VM.
    • Milvus Web UI is restricted to RDP for controlled access with the option to make it accessible in browser.
    • Suitable for air-gapped or sensitive environments.

    Disclaimer: Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and/or names or their products and are the property of their respective owners. We disclaim proprietary interest in the marks and names of others.

    Highlights

    • Supercharge your AI Agents with RAG using Milvus vector Database in secure & private environment

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04 LTS

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Milvus DB: AI-Ready Vector Database Environment

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (622)

     Info
    • ...
    Dimension
    Cost/hour
    t2.large
    Recommended
    $0.10
    r6idn.24xlarge
    $0.10
    c5a.24xlarge
    $0.10
    g4dn.8xlarge
    $0.10
    x1e.32xlarge
    $0.10
    r6a.2xlarge
    $0.10
    m5zn.3xlarge
    $0.10
    inf2.48xlarge
    $0.10
    r5n.metal
    $0.10
    m7a.large
    $0.10

    Vendor refund policy

    will be charged for usage, can be canceled anytime and usage fee is non refundable.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    first release

    Additional details

    Usage instructions

    1. On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address (refer Putty Guide for details on how to connect using putty/ssh)

    2. Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to SSH->Auth->Credentials, click on Open.

    3. login as ubuntu.

    4. Set the password of Ubuntu user using

    5. Open Remote Desktop client from your Windows machine (or Remmina if you are on Linux system), copy paste the public ip of the VM. Login with same "ubuntu" user and password set in above step.

    6. To access the Milvus WebUI, open the Firefox browser from your RDP session as explained in above step 5. enter the URL as http://localhost:9091/webui/ 

    7. To access the jupyterhub in your local browser (not in RDP), copy paste the public IP of the VM as "https://public_ip_of_vm". Login with same "ubuntu" user and its password.

    For more details please visit - https://www.techlatest.net/support/milvus_support/aws_gettingstartedguide/index.html 

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.